summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-21base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard
2018-07-21drivers/base: stop new probing during shutdownPingfan Liu
2018-07-16drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt
2018-07-16driver core: remove unnecessary function extern declareShaokun Zhang
2018-07-16sysfs.h: fix non-kernel-doc commentRandy Dunlap
2018-07-10PM / Domains: Stop deferring probe at the end of initcallRob Herring
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring
2018-07-10iommu: Stop deferring probe at end of initcallsRob Herring
2018-07-10pinctrl: Support stopping deferred probe after initcallsRob Herring
2018-07-10dt-bindings: pinctrl: add a 'pinctrl-use-default' propertyRob Herring
2018-07-10driver core: allow stopping deferred probe after initRob Herring
2018-07-08driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas
2018-07-07sysfs: Fix internal_create_group() for named group updatesRajat Jain
2018-07-07base: fix order of OF initializationWesley W. Terpstra
2018-07-07linux/device.h: fix kernel-doc notation warningRandy Dunlap
2018-07-07Documentation: update firmware loader fallback referenceLuis R. Rodriguez
2018-07-07kobject: Replace strncpy with memcpyGuenter Roeck
2018-07-07drivers: base: cacheinfo: use OF property_read_u32 instead of get_property,re...Sudeep Holla
2018-07-07kernfs: Replace strncpy with memcpyGuenter Roeck
2018-07-06device: Add #define dev_fmt similar to #define pr_fmtJoe Perches
2018-07-06drivers: base: initcall_debug logs for driver probe timesTodd Poynor
2018-06-24Linux 4.18-rc2Linus Torvalds
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-24Merge tag 'linux-kselftest-4.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche
2018-06-23Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-23x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov
2018-06-23Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov
2018-06-22x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara
2018-06-22lightnvm: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon