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-11-11
params: cleanup sysfs allocation
Rusty Russell
1
-51
/
+44
2014-11-11
kernel:module Fix coding style errors and warnings.
Ionut Alexa
1
-25
/
+28
2014-11-11
module: Remove stop_machine from module unloading
Masami Hiramatsu
1
-28
/
+39
2014-11-11
module: Replace module_ref with atomic_t refcnt
Masami Hiramatsu
1
-34
/
+5
2014-11-11
lib/bug: Use RCU list ops for module_bug_list
Masami Hiramatsu
1
-2
/
+3
2014-11-11
module: Unlink module with RCU synchronizing instead of stop_machine
Masami Hiramatsu
1
-13
/
+5
2014-11-11
module: Wait for RCU synchronizing before releasing a module
Masami Hiramatsu
1
-0
/
+2
2014-11-10
tracing: Do not risk busy looping in buffer splice
Rabin Vincent
1
-2
/
+8
2014-11-10
tracing: Do not busy wait in buffer splice
Rabin Vincent
2
-43
/
+61
2014-11-10
sched/numa: Fix out of bounds read in sched_init_numa()
Andrey Ryabinin
1
-0
/
+4
2014-11-09
genirq: Generic chip: Add big endian I/O accessors
Kevin Cernekee
1
-0
/
+16
2014-11-09
genirq: Generic chip: Change irq_reg_{readl,writel} arguments
Kevin Cernekee
1
-10
/
+10
2014-11-08
PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is set
Dmitry Eremin-Solenikov
1
-2
/
+2
2014-11-05
tty: Move session_of_pgrp() and make static
Peter Hurley
1
-21
/
+0
2014-11-05
pstore: Honor dmesg_restrict sysctl on dmesg dumps
Sebastian Schmidt
1
-1
/
+1
2014-11-04
sched: Refactor task_struct to use numa_faults instead of numa_* pointers
Iulia Manda
4
-57
/
+67
2014-11-04
sched/deadline: Don't check CONFIG_SMP in switched_from_dl()
Wanpeng Li
1
-2
/
+0
2014-11-04
sched/deadline: Reschedule from switched_from_dl() after a successful pull
Wanpeng Li
1
-2
/
+5
2014-11-04
sched/deadline: Push task away if the deadline is equal to curr during wakeup
Wanpeng Li
1
-1
/
+1
2014-11-04
sched/deadline: Add deadline rq status print
Wanpeng Li
3
-0
/
+17
2014-11-04
sched/deadline: Fix artificial overrun introduced by yield_task_dl()
Wanpeng Li
1
-1
/
+1
2014-11-04
sched/rt: Clean up check_preempt_equal_prio()
Wanpeng Li
1
-4
/
+10
2014-11-04
sched/core: Use dl_bw_of() under rcu_read_lock_sched()
Juri Lelli
1
-1
/
+6
2014-11-04
sched: Check if we got a shallowest_idle_cpu before searching for least_loade...
Yao Dongdong
1
-1
/
+1
2014-11-04
sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()
Kirill Tkhai
3
-7
/
+36
2014-11-04
sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING test
Peter Zijlstra
1
-1
/
+1
2014-11-04
audit, sched/wait: Fixup kauditd_thread() wait loop
Peter Zijlstra
1
-10
/
+1
2014-11-04
sched/wait: Fix a kthread race with wait_woken()
Peter Zijlstra
1
-1
/
+6
2014-11-04
sched: Remove lockdep check in sched_move_task()
Kirill Tkhai
1
-2
/
+6
2014-11-03
rcutorture: Fix rcu_torture_cbflood() memory leak
Paul E. McKenney
1
-0
/
+1
2014-11-03
rcutorture: Add early boot self tests
Pranith Kumar
4
-1
/
+91
2014-11-03
cpu: Avoid puts_pending overflow
Paul E. McKenney
1
-6
/
+13
2014-11-03
rcu: Remove "cpu" argument to rcu_cleanup_after_idle()
Paul E. McKenney
3
-5
/
+5
2014-11-03
rcu: Remove "cpu" argument to rcu_prepare_for_idle()
Paul E. McKenney
3
-7
/
+7
2014-11-03
rcu: Remove "cpu" argument to rcu_needs_cpu()
Paul E. McKenney
3
-9
/
+9
2014-11-03
rcu: Remove "cpu" argument to rcu_note_context_switch()
Paul E. McKenney
5
-8
/
+8
2014-11-03
rcu: Remove "cpu" argument to rcu_preempt_check_callbacks()
Paul E. McKenney
3
-6
/
+6
2014-11-03
rcu: Remove "cpu" argument to rcu_pending()
Paul E. McKenney
1
-4
/
+4
2014-11-03
rcu: Remove "cpu" argument to rcu_check_callbacks()
Paul E. McKenney
3
-6
/
+5
2014-11-03
rcu: Use DEFINE_PER_CPU_SHARED_ALIGNED for rcu_data
Paul E. McKenney
1
-1
/
+1
2014-11-03
rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_...
Christoph Lameter
3
-18
/
+22
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2
-3
/
+3
2014-11-03
PM / Hibernate: Migrate to ktime_t
Tina Ruchandani
4
-34
/
+33
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-249
/
+410
2014-10-31
Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+7
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-5
/
+15
2014-10-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-55
/
+97
2014-10-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-21
/
+1
2014-10-31
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-15
/
+21
2014-10-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-6
/
+57
[prev]
[next]