Age | Commit message (Expand) | Author | Files | Lines |
2015-09-12 | sys_membarrier(): system-wide memory barrier (generic, x86) | Mathieu Desnoyers | 1 | -0/+12 |
2015-09-08 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -19/+21 |
2015-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2015-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+18 |
2015-09-05 | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman | 1 | -0/+10 |
2015-09-05 | userfaultfd: buildsystem activation | Andrea Arcangeli | 1 | -0/+11 |
2015-09-02 | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -0/+16 |
2015-08-15 | percpu-rwsem: kill CONFIG_PERCPU_RWSEM | Oleg Nesterov | 1 | -1/+0 |
2015-08-14 | Move certificate handling to its own directory | David Howells | 1 | -39/+0 |
2015-08-12 | sign-file: Document dependency on OpenSSL devel libraries | David Howells | 1 | -0/+4 |
2015-08-07 | modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option | David Woodhouse | 1 | -0/+13 |
2015-08-07 | modsign: Use single PEM file for autogenerated key | David Woodhouse | 1 | -2/+2 |
2015-08-07 | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed | David Woodhouse | 1 | -4/+4 |
2015-08-07 | modsign: Allow external signing key to be specified | David Woodhouse | 1 | -0/+14 |
2015-08-07 | MODSIGN: Extract the blob PKCS#7 signature verifier from module signing | David Howells | 1 | -10/+19 |
2015-08-07 | MODSIGN: Use PKCS#7 messages as module signatures | David Howells | 1 | -0/+1 |
2015-07-23 | rcu: Hide RCU_NOCB_CPU behind RCU_EXPERT | Paul E. McKenney | 1 | -0/+1 |
2015-07-15 | cgroup: implement the PIDs subsystem | Aleksa Sarai | 1 | -0/+16 |
2015-07-06 | rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL | Paul E. McKenney | 1 | -9/+0 |
2015-07-04 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2015-07-04 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2015-07-04 | sched/stat: Simplify the sched_info accounting dependency | Naveen N. Rao | 1 | -0/+1 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -15/+14 |
2015-07-01 | printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 | Ingo Molnar | 1 | -1/+1 |
2015-06-27 | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -0/+1 |
2015-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2015-06-26 | fs, proc: introduce CONFIG_PROC_CHILDREN | Iago López Galeiras | 1 | -0/+1 |
2015-06-26 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+5 |
2015-06-23 | modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'. | Rusty Russell | 1 | -15/+10 |
2015-06-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-06-02 | writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK | Tejun Heo | 1 | -0/+5 |
2015-05-28 | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING | Peter Zijlstra | 1 | -0/+4 |
2015-05-27 | rcu: Remove prompt for RCU implementation | Pranith Kumar | 1 | -12/+6 |
2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO | Paul E. McKenney | 1 | -0/+1 |
2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF | Paul E. McKenney | 1 | -1/+1 |
2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT | Paul E. McKenney | 1 | -1/+1 |
2015-05-27 | rcu: Break dependency of RCU_FANOUT_LEAF on RCU_FANOUT | Paul E. McKenney | 1 | -2/+2 |
2015-05-27 | rcu: Create RCU_EXPERT Kconfig and hide booleans behind it | Paul E. McKenney | 1 | -2/+17 |
2015-05-27 | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter | Paul E. McKenney | 1 | -14/+0 |
2015-05-27 | rcu: Directly drive RCU_USER_QS from Kconfig | Paul E. McKenney | 1 | -9/+1 |
2015-05-27 | rcu: Directly drive TASKS_RCU from Kconfig | Paul E. McKenney | 1 | -3/+1 |
2015-05-27 | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 1 | -0/+1 |
2015-05-08 | perf_event: Don't allow vmalloc() backed perf on powerpc | Michael Ellerman | 1 | -1/+1 |
2015-04-18 | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 1 | -6/+0 |
2015-04-16 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 1 | -1/+18 |
2015-04-15 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-04-11 | Documentation/memcg: update memcg/kmem status | Vladimir Davydov | 1 | -6/+0 |
2015-04-02 | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ... | Ingo Molnar | 1 | -1/+1 |
2015-02-26 | rcu: Add Kconfig option to expedite grace periods during boot | Paul E. McKenney | 1 | -0/+13 |
2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -2/+2 |