Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | file->f_path.dentry is pinned down for as long as the file is open... | Al Viro | 2015-01-25 | 1 | -4/+1 | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-17 | 5 | -18/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO | Kees Cook | 2015-02-17 | 1 | -1/+3 | |
| * | | | | | | | | | kernel/module.c: do not inline do_init_module() | Jan Kiszka | 2015-02-17 | 1 | -2/+7 | |
| * | | | | | | | | | kexec: simplify conditional | Geoff Levand | 2015-02-17 | 1 | -7/+10 | |
| * | | | | | | | | | kexec: fix a typo in comment | Alexander Kuleshov | 2015-02-17 | 1 | -1/+1 | |
| * | | | | | | | | | kexec: remove never used member destination in kimage | Baoquan He | 2015-02-17 | 1 | -4/+0 | |
| * | | | | | | | | | signal: use current->state helpers | Davidlohr Bueso | 2015-02-17 | 1 | -2/+2 | |
| * | | | | | | | | | ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT | Fabian Frederick | 2015-02-17 | 1 | -1/+0 | |
* | | | | | | | | | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-02-17 | 5 | -17/+142 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | PM / sleep: Make it possible to quiesce timers during suspend-to-idle | Rafael J. Wysocki | 2015-02-15 | 3 | -2/+54 | |
| * | | | | | | | | | timekeeping: Make it safe to use the fast timekeeper while suspended | Rafael J. Wysocki | 2015-02-15 | 1 | -0/+30 | |
| * | | | | | | | | | timekeeping: Pass readout base to update_fast_timekeeper() | Rafael J. Wysocki | 2015-02-13 | 1 | -8/+6 | |
| * | | | | | | | | | PM / sleep: Re-implement suspend-to-idle handling | Rafael J. Wysocki | 2015-02-13 | 2 | -7/+52 | |
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-16 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | genirq: Fix null pointer reference in irq_set_affinity_hint() | Jesse Brandeburg | 2015-02-09 | 1 | -1/+2 | |
| * | | | | | | | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-01-26 | 9 | -43/+97 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | genirq: Set initial affinity in irq_set_affinity_hint() | Jesse Brandeburg | 2015-01-23 | 1 | -0/+2 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 1 | -2/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf: Pass the event to arch_perf_update_userpage() | Andy Lutomirski | 2015-02-04 | 1 | -2/+3 | |
| * | | | | | | | | | | | perf: Add pmu callbacks to track event mapping and unmapping | Andy Lutomirski | 2015-02-04 | 1 | -0/+9 | |
| * | | | | | | | | | | | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches | Ingo Molnar | 2015-02-04 | 1 | -17/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n... | Ingo Molnar | 2015-02-03 | 12 | -57/+126 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-01-28 | 1 | -17/+49 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | | kprobes: makes kprobes/enabled works correctly for optimized kprobes. | Wang Nan | 2015-02-13 | 1 | -2/+9 | |
* | | | | | | | | | | | | | | | kprobes: set kprobes_all_disarmed earlier to enable re-optimization. | Wang Nan | 2015-02-13 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | kasan: enable instrumentation of global variables | Andrey Ryabinin | 2015-02-13 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -7/+4 | |
* | | | | | | | | | | | | | | | padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -8/+3 | |
* | | | | | | | | | | | | | | | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | | workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | time: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -9/+2 | |
* | | | | | | | | | | | | | | | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 2 | -15/+6 | |
* | | | | | | | | | | | | | | | rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -33/+9 | |
* | | | | | | | | | | | | | | | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 2015-02-13 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-13 | 1 | -29/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | module: Replace over-engineered nested sleep | Peter Zijlstra | 2015-02-11 | 1 | -28/+8 | |
| * | | | | | | | | | | | | | | module: Annotate nested sleep in resolve_symbol() | Peter Zijlstra | 2015-02-11 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | module: Remove double spaces in module verification taint message | Marcel Holtmann | 2015-02-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | kernel/module.c: Free lock-classes if parse_args failed | Andrey Tsyvarev | 2015-02-06 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | printk: correct timeout comment, neaten MODULE_PARM_DESC | Joe Perches | 2015-02-12 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur | 2015-02-12 | 2 | -1/+14 | |
* | | | | | | | | | | | | | | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 6 | -9/+7 | |
* | | | | | | | | | | | | | | | kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init | Rasmus Villemoes | 2015-02-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | mm: do not use mm->nr_pmds on !MMU configurations | Kirill A. Shutemov | 2015-02-12 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | | cgroup: release css->id after css_free | Vladimir Davydov | 2015-02-12 | 1 | -3/+7 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-02-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | kprobes: Pass the original kprobe for preparing optimized kprobe | Masami Hiramatsu | 2015-01-13 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |