| Commit message (Expand) | Author | Age | Files | Lines |
* | membarrier: Provide core serializing command, *_SYNC_CORE | Mathieu Desnoyers | 2018-02-05 | 1 | -0/+3 |
* | locking: Introduce sync_core_before_usermode() | Mathieu Desnoyers | 2018-02-05 | 1 | -0/+3 |
* | powerpc, membarrier: Skip memory barrier in switch_mm() | Mathieu Desnoyers | 2018-02-05 | 1 | -0/+3 |
* | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-01-29 | 2 | -9/+163 |
|\ |
|
| * | Expand the INIT_SIGNALS and INIT_SIGHAND macros and remove | David Howells | 2018-01-17 | 1 | -2/+28 |
| * | Expand various INIT_* macros and remove | David Howells | 2018-01-17 | 1 | -24/+71 |
| * | Expand INIT_TASK() in init/init_task.c and remove | David Howells | 2018-01-17 | 1 | -2/+83 |
| * | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 2 | -6/+6 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-01-12 | 1 | -0/+1 |
|\ \ |
|
| * | | sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TEST | Geert Uytterhoeven | 2018-01-08 | 1 | -0/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-01-09 | 1 | -0/+7 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-12-31 | 1 | -1/+5 |
|\ \ |
|
| * | | sched/isolation: Enable CONFIG_CPU_ISOLATION=y by default | Frederic Weisbecker | 2017-12-18 | 1 | -1/+5 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-30 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/mm/pti: Add infrastructure for page table isolation | Thomas Gleixner | 2017-12-23 | 1 | -0/+3 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-23 | 1 | -4/+2 |
|\| |
| |/
|/| |
|
| * | init: Invoke init_espfix_bsp() from mm_init() | Thomas Gleixner | 2017-12-22 | 1 | -4/+2 |
* | | main: kernel_start: move housekeeping_init() before workqueue_init_early() | Tal Shorer | 2017-11-27 | 1 | -1/+6 |
* | | EXPERT Kconfig menu: fix broken EXPERT menu | Randy Dunlap | 2017-11-18 | 1 | -91/+93 |
* | | initramfs: use time64_t timestamps | Arnd Bergmann | 2017-11-18 | 1 | -5/+5 |
* | | pid: remove pidhash | Gargi Sharma | 2017-11-18 | 1 | -1/+0 |
* | | pid: replace pid bitmap implementation with IDR API | Gargi Sharma | 2017-11-18 | 1 | -1/+1 |
* | | init/version.c: include <linux/export.h> instead of <linux/module.h> | Masahiro Yamada | 2017-11-18 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-16 | 3 | -9/+1 |
|\ \ |
|
| * | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -2/+1 |
| * | | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -1/+0 |
| * | | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi | 2017-11-16 | 1 | -6/+0 |
* | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -9/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | PCI: Move PCI_QUIRKS to the PCI bus menu | Randy Dunlap | 2017-11-08 | 1 | -9/+0 |
* | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | init/Kconfig: Fix module signing document location | Nathan Chancellor | 2017-10-12 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-11-14 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar | 2017-11-07 | 9 | -1/+9 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | ACPI/init: Invoke early ACPI initialization earlier | Dou Liyang | 2017-09-27 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-11-08 | 9 | -1/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 8 | -0/+8 |
| |\ \ |
|
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 8 | -0/+8 |
| | |/ |
|
| * / | kbuild: Fix optimization level choice default | Ulf Magnusson | 2017-10-07 | 1 | -1/+1 |
| |/ |
|
* | | sched/isolation: Handle the nohz_full= parameter | Frederic Weisbecker | 2017-10-27 | 1 | -1/+0 |
* | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H... | Frederic Weisbecker | 2017-10-27 | 1 | -0/+8 |
* | | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker | 2017-10-27 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-15 | 1 | -3/+3 |
|\ |
|
| * | VFS: Differentiate mount flags (MS_*) from internal superblock flags | David Howells | 2017-07-17 | 1 | -2/+2 |
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -1/+1 |
* | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2017-09-15 | 1 | -1/+1 |
|\ \ |
|
| * | | utimes: Make utimes y2038 safe | Deepa Dinamani | 2017-09-04 | 1 | -1/+1 |
| |/ |
|
* | | init/main.c: extract early boot entropy from the passed cmdline | Daniel Micay | 2017-09-09 | 1 | -0/+2 |
* | | init: move stack canary initialization after setup_arch | Laura Abbott | 2017-09-09 | 1 | -6/+5 |
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2017-09-07 | 1 | -1/+0 |
|\ \ |
|