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
2016-06-14
rcu: Fix outdated rcu_scheduler_active comment
Paul E. McKenney
1
-1
/
+1
2016-06-14
seccomp: recheck the syscall after RET_TRACE
Kees Cook
1
-3
/
+18
2016-06-14
seccomp: remove 2-phase API
Kees Cook
1
-88
/
+41
2016-06-14
seccomp: Add a seccomp_data parameter secure_computing()
Andy Lutomirski
1
-2
/
+2
2016-06-14
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-06-14
sched/debug: Fix deadlock when enabling sched events
Josh Poimboeuf
1
-1
/
+1
2016-06-14
locking/spinlock: Update spin_unlock_wait() users
Peter Zijlstra
2
-3
/
+6
2016-06-14
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
1
-1
/
+1
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
4
-12
/
+12
2016-06-14
Merge branch 'linus' into locking/core, to pick up fixes before merging new c...
Ingo Molnar
9
-28
/
+48
2016-06-14
perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86
Andi Kleen
1
-0
/
+7
2016-06-14
Merge branch 'linus' into perf/core, to pick up fixes before merging new changes
Ingo Molnar
10
-30
/
+113
2016-06-14
sched/cputime: Add steal time support to full dynticks CPU time accounting
Wanpeng Li
1
-7
/
+9
2016-06-14
sched/cputime: Fix prev steal time accouting during CPU hotplug
Wanpeng Li
2
-14
/
+0
2016-06-14
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
9
-17
/
+93
2016-06-14
sched/fair: Fix post_init_entity_util_avg() serialization
Peter Zijlstra
2
-3
/
+8
2016-06-14
PM / Hibernate: Don't let kasan instrument snapshot.c
James Morse
1
-0
/
+2
2016-06-13
Merge back earlier cpufreq changes for v4.8.
Rafael J. Wysocki
1
-34
/
+9
2016-06-13
Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Thomas Gleixner
4
-10
/
+134
2016-06-13
genirq: Add runtime power management support for IRQ chips
Jon Hunter
3
-1
/
+71
2016-06-13
irqdomain: Don't set type when mapping an IRQ
Jon Hunter
1
-5
/
+18
2016-06-13
genirq: Look-up percpu trigger type if not specified by caller
Marc Zyngier
1
-0
/
+7
2016-06-13
genirq: Look-up trigger type if not specified by caller
Jon Hunter
1
-0
/
+7
2016-06-13
irqdomain: Fix handling of type settings for existing mappings
Jon Hunter
1
-5
/
+32
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
1
-1
/
+2
2016-06-10
sched: panic on corrupted stack end
Jann Horn
1
-1
/
+2
2016-06-10
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-16
/
+28
2016-06-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+2
2016-06-10
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-6
/
+77
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2016-06-10
Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
2016-06-10
genirq: Remove unnecessary memset() calls
Weongyo Jeong
1
-3
/
+0
2016-06-10
genirq: Remove redundant NULL check of irq_desc
Jianyu Zhan
1
-5
/
+1
2016-06-10
hrtimer: Remove redundant #ifdef block
Pratyush Patel
1
-1
/
+1
2016-06-10
timers: Clarify usleep_range() function comment
Bjorn Helgaas
1
-1
/
+7
2016-06-09
Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'
Rafael J. Wysocki
1
-1
/
+1
2016-06-09
kernel/relay.c: fix potential memory leak
Zhouyi Zhou
1
-0
/
+1
2016-06-09
block: add a separate operation type for secure erase
Christoph Hellwig
1
-2
/
+4
2016-06-08
futex: Calculate the futex key based on a tail page for file-based futexes
Mel Gorman
1
-3
/
+11
2016-06-08
locking/mutex: Optimize mutex_trylock() fast-path
Peter Zijlstra
1
-1
/
+0
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
1
-18
/
+20
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
1
-3
/
+8
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
1
-3
/
+10
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
3
-21
/
+69
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
1
-15
/
+17
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
1
-0
/
+57
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
1
-2
/
+13
2016-06-08
Merge branch 'locking/urgent' into locking/core, to pick up dependency
Ingo Molnar
1
-0
/
+60
2016-06-08
sched/debug: Always show 'nr_migrations'
Josh Poimboeuf
1
-1
/
+1
2016-06-08
Merge branch 'sched/urgent' into sched/core, to pick up dependency
Ingo Molnar
4
-17
/
+29
[prev]
[next]