Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-11-14 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 9 | -1/+9 |
2017-11-07 | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar | 9 | -1/+9 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -0/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
2017-10-27 | sched/isolation: Handle the nohz_full= parameter | Frederic Weisbecker | 1 | -1/+0 |
2017-10-27 | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H... | Frederic Weisbecker | 1 | -0/+8 |
2017-10-27 | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker | 1 | -0/+2 |
2017-10-12 | init/Kconfig: Fix module signing document location | Nathan Chancellor | 1 | -1/+1 |
2017-10-07 | kbuild: Fix optimization level choice default | Ulf Magnusson | 1 | -1/+1 |
2017-09-27 | ACPI/init: Invoke early ACPI initialization earlier | Dou Liyang | 1 | -1/+1 |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -3/+3 |
2017-09-15 | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2017-09-09 | init/main.c: extract early boot entropy from the passed cmdline | Daniel Micay | 1 | -0/+2 |
2017-09-09 | init: move stack canary initialization after setup_arch | Laura Abbott | 1 | -6/+5 |
2017-09-07 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+0 |
2017-09-07 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 1 | -1/+1 |
2017-09-07 | mm: add SLUB free list pointer obfuscation | Kees Cook | 1 | -0/+9 |
2017-09-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+10 |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+6 |
2017-09-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2017-09-04 | utimes: Make utimes y2038 safe | Deepa Dinamani | 1 | -1/+1 |
2017-08-14 | debugobjects: Make kmemleak ignore debug objects | Waiman Long | 1 | -1/+1 |
2017-08-10 | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian | 1 | -1/+0 |
2017-08-01 | futex: Allow for compiling out PI support | Nicolas Pitre | 1 | -1/+6 |
2017-07-27 | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 1 | -1/+0 |
2017-07-18 | x86, swiotlb: Add memory encryption support | Tom Lendacky | 1 | -0/+10 |
2017-07-17 | VFS: Differentiate mount flags (MS_*) from internal superblock flags | David Howells | 1 | -2/+2 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -1/+1 |
2017-07-13 | random: do not ignore early device randomness | Kees Cook | 1 | -0/+1 |
2017-07-07 | mm: allow slab_nomerge to be set at build time | Kees Cook | 1 | -0/+14 |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -2/+5 |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+23 |
2017-06-23 | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled | Nicolas Pitre | 1 | -0/+1 |
2017-06-14 | cgroup: Make Kconfig prompt of debug cgroup more accurate | Waiman Long | 1 | -2/+5 |
2017-06-09 | rcu: Move RCU non-debug Kconfig options to kernel/rcu | Paul E. McKenney | 1 | -238/+1 |
2017-06-09 | rcu: Eliminate NOCBs CPU-state Kconfig options | Paul E. McKenney | 1 | -53/+0 |
2017-06-09 | rcu: Remove debugfs tracing | Paul E. McKenney | 1 | -8/+0 |
2017-06-09 | srcu: Remove Classic SRCU | Paul E. McKenney | 1 | -19/+2 |
2017-06-09 | rcu: Remove the RCU_KTHREAD_PRIO Kconfig option | Paul E. McKenney | 1 | -31/+0 |
2017-06-09 | srcu: Apply trivial callback lists to shrink Tiny SRCU | Paul E. McKenney | 1 | -1/+1 |
2017-06-08 | srcu: Make SRCU be once again optional | Paul E. McKenney | 1 | -1/+0 |
2017-05-23 | sched/core: Enable might_sleep() and smp_processor_id() checks early | Thomas Gleixner | 1 | -0/+10 |
2017-05-23 | init: Pin init task to the boot CPU, initially | Thomas Gleixner | 1 | -5/+12 |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+41 |
2017-05-09 | Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2017-05-09 | initramfs: use vfs_stat/lstat directly | Arnd Bergmann | 2 | -24/+10 |
2017-05-09 | initramfs: provide a way to ignore image provided by bootloader | Daniel Thompson | 1 | -1/+1 |
2017-05-06 | initramfs: avoid "label at end of compound statement" error | Linus Torvalds | 1 | -0/+1 |