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-09-07
rcu: Use pr_alert/pr_cont for printing logs
Joe Perches
2
-80
/
+63
2014-09-07
rcutorture: Fix a sparse warning by marking boost_mutex static
Pranith Kumar
1
-1
/
+1
2014-09-07
rcu: Replace flush_signals() with WARN_ON(signal_pending())
Paul E. McKenney
2
-5
/
+5
2014-09-07
rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads
Pranith Kumar
1
-2
/
+2
2014-09-07
rcu: Make TINY_RCU tinier by putting error checks under #ifdef
Paul E. McKenney
1
-2
/
+2
2014-09-07
rcu: Break more call_rcu() deadlock involving scheduler and perf
Paul E. McKenney
2
-10
/
+25
2014-09-07
rcu: Remove stale comment in tree.c
Pranith Kumar
1
-2
/
+0
2014-09-07
rcu: Update tiny.c references to tree.c
Pranith Kumar
1
-2
/
+2
2014-09-07
rcu: Define tracepoint strings only if CONFIG_TRACING is set
Ard Biesheuvel
1
-3
/
+12
2014-09-07
rcu: Uninline rcu_read_lock_held()
Oleg Nesterov
1
-0
/
+32
2014-09-07
rcu: Use true/false instead of 1/0 for a bool type
Pranith Kumar
1
-3
/
+3
2014-09-07
rcu: Return bool type for rcu_try_advance_all_cbs()
Pranith Kumar
1
-1
/
+1
2014-09-07
rcu: Use bool type for return value in rcu_is_watching()
Pranith Kumar
1
-1
/
+1
2014-09-07
rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static
Pranith Kumar
1
-1
/
+1
2014-09-07
rcu: Remove remaining read-modify-write ACCESS_ONCE() calls
Pranith Kumar
2
-5
/
+9
2014-09-07
Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-13
/
+21
2014-09-07
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+12
2014-09-07
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-5
/
+38
2014-09-07
sched/deadline: Fix a precision problem in the microseconds range
xiaofeng.yan
3
-13
/
+10
2014-09-06
timekeeping: Update timekeeper before updating vsyscall and pvclock
Thomas Gleixner
1
-2
/
+3
2014-09-06
compat: nanosleep: Clarify error handling
Thomas Gleixner
1
-3
/
+21
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2
-6
/
+81
2014-09-05
sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-09-04
resources: Add device-managed request/release_resource()
Thierry Reding
1
-0
/
+70
2014-09-04
nohz: Restore NMI safe local irq work for local nohz kick
Frederic Weisbecker
1
-0
/
+14
2014-09-05
cgroup: check cgroup liveliness before unbreaking kernfs
Li Zefan
1
-1
/
+7
2014-09-05
cgroup: delay the clearing of cgrp->kn->priv
Li Zefan
1
-11
/
+10
2014-09-04
locking/semaphore: Resolve some shadow warnings
Mark Rustad
1
-6
/
+6
2014-09-03
seccomp: Allow arch code to provide seccomp_data
Andy Lutomirski
1
-13
/
+19
2014-09-03
seccomp: Refactor the filter callback and the API
Andy Lutomirski
1
-66
/
+124
2014-09-03
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
1
-19
/
+45
2014-09-03
genirq: Add irq_domain-aware core IRQ handler
Marc Zyngier
2
-0
/
+45
2014-09-03
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2
-12
/
+12
2014-09-03
PM / sleep: Fix test_suspend= command line option
Rafael J. Wysocki
3
-13
/
+21
2014-09-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2014-09-01
genirq: Simplify wakeup mechanism
Thomas Gleixner
3
-27
/
+50
2014-09-01
genirq: Mark wakeup sources as armed on suspend
Thomas Gleixner
1
-0
/
+5
2014-09-01
genirq: Create helper for flow handler entry check
Thomas Gleixner
1
-28
/
+20
2014-09-01
genirq: Distangle edge handler entry
Thomas Gleixner
1
-10
/
+29
2014-09-01
genirq: Avoid double loop on suspend
Thomas Gleixner
1
-6
/
+7
2014-09-01
genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()
Thomas Gleixner
1
-12
/
+9
2014-09-01
genirq: Make use of pm misfeature accounting
Thomas Gleixner
1
-6
/
+3
2014-09-01
genirq: Add sanity checks for PM options on shared interrupt lines
Thomas Gleixner
3
-0
/
+50
2014-09-01
genirq: Move suspend/resume logic into irq/pm code
Thomas Gleixner
3
-31
/
+45
2014-09-01
PM / sleep: Mechanism for aborting system suspends unconditionally
Rafael J. Wysocki
1
-0
/
+1
2014-08-29
kexec: create a new config option CONFIG_KEXEC_FILE for new syscall
Vivek Goyal
1
-0
/
+11
2014-08-29
resource: fix the case of null pointer access
Vivek Goyal
1
-7
/
+4
2014-08-28
genirq: fix reference in devm_request_threaded_irq comment
Emilio López
1
-1
/
+1
2014-08-28
rcu: Make nocb leader kthreads process pending callbacks after spawning
Pranith Kumar
2
-12
/
+12
2014-08-28
percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t
Christoph Lameter
3
-3
/
+3
[prev]
[next]