summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-1515-1797/+60
|\
| * tools/lib/lockdep: Add missing declaration of 'pr_cont()'Mengting Zhang2017-12-131-0/+1
| * checkpatch: Remove ACCESS_ONCE() warningMark Rutland2017-12-121-22/+0
| * compiler.h: Remove ACCESS_ONCE()Mark Rutland2017-12-121-36/+11
| * tools/include: Remove ACCESS_ONCE()Mark Rutland2017-12-121-12/+9
| * tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland2017-12-121-1/+1
| * locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-126-1705/+35
| * locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon2017-12-124-19/+1
| * locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAKWill Deacon2017-12-121-4/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-152-12/+18
|\ \
| * | sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-151-1/+7
| * | sched/core: Fix kernel-doc warnings after code movementRandy Dunlap2017-12-111-11/+11
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-152-2/+3
|\ \
| * | tools/headers: Synchronize kernel <-> tooling headersIngo Molnar2017-12-152-2/+3
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-151-1/+1
|\ \ \
| * | | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2017-12-111-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-152-2/+2
|\ \ \ | |_|/ |/| |
| * | xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2017-12-121-1/+1
| * | x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
* | | Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-12-144-2/+18
|\ \ \
| * | | PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki2017-12-114-2/+18
| | |/ | |/|
* | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-147-39/+32
|\ \ \
| * | | tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-141-0/+4
| * | | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-043-4/+6
| * | | ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke2017-12-041-6/+0
| * | | tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann2017-12-041-0/+1
| * | | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9
| * | | tracing: always define trace_{irq,preempt}_{enable_disable}Arnd Bergmann2017-12-041-4/+7
| * | | tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
* | | | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-143-10/+28
|\ \ \ \
| * | | | PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven2017-12-121-4/+4
| * | | | x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König2017-12-061-5/+15
| * | | | x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König2017-12-061-1/+6
| * | | | PCI: Add pci_get_domain_bus_and_slot() stubRandy Dunlap2017-12-061-0/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-12-1430-43/+125
|\ \ \ \ \
| * | | | | arch: define weak abort()Sudip Mukherjee2017-12-141-0/+8
| * | | | | mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-144-6/+18
| * | | | | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-148-2/+13
| * | | | | mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2017-12-141-2/+4
| * | | | | tools/slabinfo-gnuplot: force to use bash shellLiu, Changcheng2017-12-141-1/+1
| * | | | | kcov: fix comparison callback signatureDmitry Vyukov2017-12-141-2/+2
| * | | | | mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven2017-12-141-13/+10
| * | | | | mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list()Lucas Stach2017-12-141-0/+11
| * | | | | mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven2017-12-141-1/+2
| * | | | | scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng2017-12-141-4/+4
| * | | | | Documentation/vm/zswap.txt: update with same-value filled page featureSrividya Desireddy2017-12-141-1/+21
| * | | | | exec: avoid gcc-8 warning for get_task_commArnd Bergmann2017-12-142-5/+8
| * | | | | autofs: fix careless error in recent commitNeilBrown2017-12-141-1/+0
| * | | | | string.h: workaround for increased stack usageArnd Bergmann2017-12-141-1/+4
| * | | | | mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2017-12-141-1/+1