Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2015-02-18 | 1 | -0/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | rcu: Clear need_qs flag to prevent splat | Paul E. McKenney | 2015-02-11 | 1 | -0/+1 | |
* | | | | | Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-20 | 5 | -23/+64 | |
|\ \ \ \ \ | ||||||
| * | | | | | debug: prevent entering debug mode on panic/exception. | Colin Cross | 2015-02-19 | 1 | -0/+17 | |
| * | | | | | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2015-02-19 | 2 | -2/+2 | |
| * | | | | | kdb: Provide forward search at more prompt | Daniel Thompson | 2015-02-19 | 3 | -5/+26 | |
| * | | | | | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 2015-02-19 | 1 | -2/+2 | |
| * | | | | | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 2015-02-19 | 1 | -1/+0 | |
| * | | | | | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 2015-02-19 | 2 | -10/+14 | |
| * | | | | | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 2015-02-19 | 2 | -2/+2 | |
| * | | | | | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-02-19 | 1 | -31/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | kbuild,gcov: simplify kernel/gcov/Makefile more | Masahiro Yamada | 2015-01-09 | 1 | -19/+4 | |
| * | | | | | | kbuild,gcov: simplify kernel/gcov/Makefile | Masahiro Yamada | 2015-01-09 | 1 | -3/+3 | |
| * | | | | | | kbuild,gcov: remove unnecessary workaround | Masahiro Yamada | 2015-01-09 | 1 | -12/+1 | |
| * | | | | | | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion | Masahiro Yamada | 2015-01-09 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2015-02-17 | 2 | -151/+37 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | audit: replace getname()/putname() hacks with reference counters | Paul Moore | 2015-01-23 | 2 | -109/+13 | |
| * | | | | | | | audit: fix filename matching in __audit_inode() and __audit_inode_child() | Paul Moore | 2015-01-23 | 1 | -9/+25 | |
| * | | | | | | | audit: enable filename recording via getname_kernel() | Paul Moore | 2015-01-23 | 1 | -37/+3 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-02-17 | 2 | -52/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | new fs_pin killing logics | Al Viro | 2015-01-25 | 1 | -47/+34 | |
| * | | | | | | | | get rid of the second argument of acct_kill() | Al Viro | 2015-01-25 | 1 | -10/+7 | |
| * | | | | | | | | take count and rcu_head out of fs_pin | Al Viro | 2015-01-25 | 1 | -6/+8 | |
| * | | | | | | | | pull bumping refcount into ->kill() | Al Viro | 2015-01-25 | 1 | -0/+6 | |
| * | | | | | | | | kill pin_put() | Al Viro | 2015-01-25 | 1 | -4/+10 | |
| * | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |