Age | Commit message (Expand) | Author | Files | Lines |
2015-02-21 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -0/+12 |
2015-02-21 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+7 |
2015-02-21 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+2 |
2015-02-21 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -99/+148 |
2015-02-21 | Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi... | Linus Torvalds | 1 | -0/+1 |
2015-02-20 | Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -23/+64 |
2015-02-19 | debug: prevent entering debug mode on panic/exception. | Colin Cross | 1 | -0/+17 |
2015-02-19 | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2 | -2/+2 |
2015-02-19 | kdb: Provide forward search at more prompt | Daniel Thompson | 3 | -5/+26 |
2015-02-19 | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 1 | -2/+2 |
2015-02-19 | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 1 | -1/+0 |
2015-02-19 | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 2 | -10/+14 |
2015-02-19 | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 2 | -2/+2 |
2015-02-19 | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 1 | -1/+1 |
2015-02-19 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -31/+5 |
2015-02-18 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -0/+1 |
2015-02-18 | sched/rt: Avoid obvious configuration fail | Peter Zijlstra | 1 | -3/+11 |
2015-02-18 | sched/autogroup: Fix failure to set cpu.rt_runtime_us | Peter Zijlstra | 2 | -5/+7 |
2015-02-18 | sched/dl: Do update_rq_clock() in yield_task_dl() | Kirill Tkhai | 1 | -0/+1 |
2015-02-18 | ntp: Fixup adjtimex freq validation on 32-bit systems | John Stultz | 1 | -3/+7 |
2015-02-18 | sched: Prevent recursion in io_schedule() | NeilBrown | 1 | -19/+12 |
2015-02-18 | sched/completion: Serialize completion_done() with complete() | Oleg Nesterov | 1 | -2/+17 |
2015-02-18 | sched: Fix preempt_schedule_common() triggering tracing recursion | Frederic Weisbecker | 1 | -1/+1 |
2015-02-18 | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer() | Kirill Tkhai | 1 | -0/+20 |
2015-02-18 | sched: Make dl_task_time() use task_rq_lock() | Peter Zijlstra | 3 | -85/+79 |
2015-02-18 | sched: Clarify ordering between task_rq_lock() and move_queued_task() | Peter Zijlstra | 1 | -0/+16 |
2015-02-18 | locking/rtmutex: Avoid a NULL pointer dereference on deadlock | Sebastian Andrzej Siewior | 1 | -1/+2 |
2015-02-17 | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2 | -151/+37 |
2015-02-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -52/+47 |
2015-02-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -18/+23 |
2015-02-17 | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO | Kees Cook | 1 | -1/+3 |
2015-02-17 | kernel/module.c: do not inline do_init_module() | Jan Kiszka | 1 | -2/+7 |
2015-02-17 | kexec: simplify conditional | Geoff Levand | 1 | -7/+10 |
2015-02-17 | kexec: fix a typo in comment | Alexander Kuleshov | 1 | -1/+1 |
2015-02-17 | kexec: remove never used member destination in kimage | Baoquan He | 1 | -4/+0 |
2015-02-17 | signal: use current->state helpers | Davidlohr Bueso | 1 | -2/+2 |
2015-02-17 | ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT | Fabian Frederick | 1 | -1/+0 |
2015-02-17 | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -17/+142 |
2015-02-16 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
2015-02-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+12 |
2015-02-15 | PM / sleep: Make it possible to quiesce timers during suspend-to-idle | Rafael J. Wysocki | 3 | -2/+54 |
2015-02-15 | timekeeping: Make it safe to use the fast timekeeper while suspended | Rafael J. Wysocki | 1 | -0/+30 |
2015-02-13 | kprobes: makes kprobes/enabled works correctly for optimized kprobes. | Wang Nan | 1 | -2/+9 |
2015-02-13 | kprobes: set kprobes_all_disarmed earlier to enable re-optimization. | Wang Nan | 1 | -1/+6 |
2015-02-13 | kasan: enable instrumentation of global variables | Andrey Ryabinin | 1 | -0/+2 |
2015-02-13 | profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -2/+1 |
2015-02-13 | irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -7/+4 |
2015-02-13 | padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -8/+3 |
2015-02-13 | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -4/+4 |
2015-02-13 | workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -3/+2 |