Age | Commit message (Expand) | Author | Files | Lines |
2014-10-27 | cpuset: simplify cpuset_node_allowed API | Vladimir Davydov | 1 | -53/+2 |
2014-10-27 | cpuset: convert callback_mutex to a spinlock | Vladimir Davydov | 1 | -52/+55 |
2014-10-23 | Merge branch 'freezer' | Rafael J. Wysocki | 2 | -15/+51 |
2014-10-23 | Merge branch 'pm-qos' | Rafael J. Wysocki | 1 | -1/+26 |
2014-10-22 | PM / freezer: Clean up code after recent fixes | Rafael J. Wysocki | 1 | -15/+16 |
2014-10-21 | PM: convert do_each_thread to for_each_process_thread | Michal Hocko | 1 | -8/+8 |
2014-10-21 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko | 1 | -1/+39 |
2014-10-21 | freezer: remove obsolete comments in __thaw_task() | Cong Wang | 1 | -6/+0 |
2014-10-21 | freezer: Do not freeze tasks killed by OOM killer | Cong Wang | 1 | -0/+3 |
2014-10-19 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 6 | -69/+56 |
2014-10-18 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2014-10-18 | futex: Ensure get_futex_key_refs() always implies a barrier | Catalin Marinas | 1 | -0/+2 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 21 | -72/+72 |
2014-10-15 | modules, lock around setting of MODULE_STATE_UNFORMED | Prarit Bhargava | 1 | -0/+2 |
2014-10-14 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 7 | -48/+108 |
2014-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2014-10-14 | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -81/+171 |
2014-10-14 | kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h> | Geert Uytterhoeven | 1 | -4/+3 |
2014-10-14 | kernel/watchdog.c: control hard lockup detection default | Ulrich Obergfell | 1 | -2/+48 |
2014-10-14 | kdb: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -3/+3 |
2014-10-14 | x86: optimize resource lookups for ioremap | Mike Travis | 1 | -0/+36 |
2014-10-14 | kexec: remove the unused function parameter | Baoquan He | 1 | -2/+1 |
2014-10-14 | kexec: take the segment adding out of locate_mem_hole functions | Baoquan He | 1 | -21/+8 |
2014-10-14 | kernel/kallsyms.c: use __seq_open_private() | Rob Jones | 1 | -9/+2 |
2014-10-14 | printk: git rid of [sched_delayed] message for printk_deferred | Markus Trippelsdorf | 1 | -6/+1 |
2014-10-14 | printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMP | Geert Uytterhoeven | 1 | -1/+6 |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 19 | -441/+667 |
2014-10-13 | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+4 |
2014-10-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -23/+31 |
2014-10-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -15/+145 |
2014-10-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 7 | -228/+250 |
2014-10-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 13 | -379/+1397 |
2014-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -13/+7 |
2014-10-12 | Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2 | -18/+34 |
2014-10-12 | Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 3 | -177/+247 |
2014-10-10 | Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+81 |
2014-10-10 | audit: rename audit_log_remove_rule to disambiguate for trees | Richard Guy Briggs | 1 | -2/+2 |
2014-10-10 | audit: cull redundancy in audit_rule_change | Richard Guy Briggs | 1 | -11/+7 |
2014-10-10 | audit: WARN if audit_rule_change called illegally | Eric Paris | 1 | -1/+2 |
2014-10-10 | audit: put rule existence check in canonical order | Richard Guy Briggs | 1 | -1/+1 |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -3/+4 |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 3 | -149/+57 |
2014-10-09 | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 8 | -168/+375 |
2014-10-09 | kernel/sys.c: compat sysinfo syscall: fix undefined behavior | Scotty Bauer | 1 | -1/+1 |
2014-10-09 | kernel/sys.c: whitespace fixes | vishnu.ps | 1 | -128/+137 |
2014-10-09 | acct: eliminate compile warning | Ying Xue | 1 | -5/+9 |
2014-10-09 | kernel/async.c: switch to pr_foo() | Ionut Alexa | 1 | -4/+4 |
2014-10-09 | mm: use VM_BUG_ON_MM where possible | Sasha Levin | 2 | -3/+2 |
2014-10-09 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov | 1 | -1/+1 |
2014-10-09 | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner | 1 | -7/+0 |