index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
Waiman Long
1
-0
/
+6
2014-08-13
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2
-2
/
+2
2014-08-13
locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate
Davidlohr Bueso
1
-1
/
+1
2014-08-13
locking/mutexes: Refactor optimistic spinning code
Davidlohr Bueso
1
-182
/
+214
2014-08-13
locking/mcs: Remove obsolete comment
Davidlohr Bueso
1
-3
/
+0
2014-08-13
locking/mutexes: Document quick lock release when unlocking
Davidlohr Bueso
1
-2
/
+9
2014-08-13
locking/mutexes: Standardize arguments in lock/unlock slowpaths
Davidlohr Bueso
1
-3
/
+4
2014-08-13
locking: Remove deprecated smp_mb__() barriers
Peter Zijlstra
1
-16
/
+0
2014-08-13
perf: Do poll_wait() before checking condition in perf_poll()
Sebastian Andrzej Siewior
1
-3
/
+1
2014-08-13
perf: Add queued work to remove orphaned child events
Jiri Olsa
1
-1
/
+86
2014-08-13
perf: Set owner pointer for kernel events
Jiri Olsa
1
-6
/
+26
2014-08-13
printk: Add function to return log buffer address and size
Vasant Hegde
1
-0
/
+12
2014-08-12
sched/numa: Fix numa capacity computation
Rik van Riel
1
-3
/
+8
2014-08-12
sched/numa: Fix off-by-one in capacity check
Rik van Riel
1
-1
/
+1
2014-08-12
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
1
-7
/
+6
2014-08-12
sched/fair: Allow calculate_imbalance() to move idle cpus
Peter Zijlstra
1
-6
/
+5
2014-08-12
sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd
Rik van Riel
1
-12
/
+37
2014-08-12
sched/fair: Make calculate_imbalance() independent
Peter Zijlstra
1
-1
/
+1
2014-08-11
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
3
-8
/
+27
2014-08-11
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
Guenter Roeck
2
-6
/
+6
2014-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-255
/
+201
2014-08-10
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+6
2014-08-09
Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-17
/
+14
2014-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-14
/
+7
2014-08-09
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-25
/
+21
2014-08-08
x86: Add "make tinyconfig" to configure the tiniest possible kernel
Josh Triplett
1
-0
/
+4
2014-08-08
kexec: verify the signature of signed PE bzImage
Vivek Goyal
1
-0
/
+15
2014-08-08
kexec: support for kexec on panic using new system call
Vivek Goyal
1
-9
/
+37
2014-08-08
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
1
-3
/
+8
2014-08-08
kexec: load and relocate purgatory at kernel load time
Vivek Goyal
1
-1
/
+543
2014-08-08
kexec: implementation of new syscall kexec_file_load
Vivek Goyal
1
-5
/
+478
2014-08-08
kexec: new syscall kexec_file_load() declaration
Vivek Goyal
2
-0
/
+8
2014-08-08
resource: provide new functions to walk through resources
Vivek Goyal
1
-9
/
+92
2014-08-08
kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()
Vivek Goyal
1
-71
/
+34
2014-08-08
kexec: move segment verification code in a separate function
Vivek Goyal
1
-82
/
+100
2014-08-08
kexec: rename unusebale_pages to unusable_pages
Vivek Goyal
1
-3
/
+3
2014-08-08
bin2c: move bin2c in scripts/basic
Vivek Goyal
1
-1
/
+1
2014-08-08
shm: add memfd_create() syscall
David Herrmann
1
-0
/
+1
2014-08-08
mm: allow drivers to prevent new writable mappings
David Herrmann
1
-1
/
+1
2014-08-08
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
1
-13
/
+17
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
1
-0
/
+6
2014-08-08
panic: add TAINT_SOFTLOCKUP
Josh Hunt
2
-0
/
+2
2014-08-08
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
1
-2
/
+1
2014-08-08
kernel/fork.c: make mm_init_owner static
Vladimir Davydov
1
-7
/
+7
2014-08-08
fork: copy mm's vm usage counters under mmap_sem
Vladimir Davydov
1
-0
/
+5
2014-08-08
fork: reset mm->pinned_vm
Vladimir Davydov
1
-0
/
+1
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
1
-27
/
+20
2014-08-08
proc: constify seq_operations
Fabian Frederick
1
-3
/
+3
2014-08-08
kernel/exit.c: fix coding style warnings and errors
Ionut Alexa
1
-23
/
+26
2014-08-08
kernel/test_kprobes.c: use current logging functions
Fabian Frederick
1
-56
/
+31
[prev]
[next]