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
2013-09-30
nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT
Kevin Hilman
1
-1
/
+0
2013-09-30
vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig
Kevin Hilman
1
-0
/
+1
2013-09-29
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
7
-15
/
+107
2013-09-28
Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...
Linus Torvalds
1
-0
/
+12
2013-09-28
kernel/params: fix handling of signed integer types
Jean Delvare
1
-3
/
+3
2013-09-28
Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...
Ingo Molnar
1
-0
/
+12
2013-09-27
arm: Fix build error with context tracking calls
Frederic Weisbecker
1
-0
/
+12
2013-09-26
pmu_bus: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-5
/
+8
2013-09-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+5
2013-09-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+21
2013-09-25
KEYS: Make the system 'trusted' keyring viewable by userspace
Mimi Zohar
1
-3
/
+3
2013-09-25
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
1
-1
/
+3
2013-09-25
KEYS: Separate the kernel signature checking keyring from module signing
David Howells
6
-115
/
+119
2013-09-25
KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate
David Howells
1
-3
/
+9
2013-09-25
KEYS: Load *.x509 files into kernel keyring
David Howells
2
-8
/
+30
2013-09-25
KEYS: Rename public key parameter name arrays
David Howells
1
-2
/
+2
2013-09-25
rcu: Consistent rcu_is_watching() naming
Paul E. McKenney
4
-24
/
+24
2013-09-25
rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()
Paul E. McKenney
1
-1
/
+1
2013-09-25
rcu: Is it safe to enter an RCU read-side critical section?
Paul E. McKenney
2
-2
/
+15
2013-09-25
rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacks
Paul E. McKenney
1
-0
/
+2
2013-09-25
rcu: Throttle rcu_try_advance_all_cbs() execution
Paul E. McKenney
2
-3
/
+11
2013-09-25
rcu: Remove redundant code from rcu_cleanup_after_idle()
Paul E. McKenney
1
-8
/
+2
2013-09-25
sched: Prepare for per-cpu preempt_count
Peter Zijlstra
1
-2
/
+0
2013-09-25
sched: Extract the basic add/sub preempt_count modifiers
Peter Zijlstra
3
-25
/
+20
2013-09-25
sched: Create more preempt_count accessors
Peter Zijlstra
1
-4
/
+3
2013-09-25
sched: Add NEED_RESCHED to the preempt_count
Peter Zijlstra
2
-5
/
+22
2013-09-25
sched: Introduce preempt_count accessor functions
Peter Zijlstra
3
-8
/
+8
2013-09-25
sched, idle: Fix the idle polling state logic
Peter Zijlstra
1
-5
/
+4
2013-09-25
sched, rcu: Make RCU use resched_cpu()
Peter Zijlstra
2
-9
/
+16
2013-09-25
sched: Micro-optimize by dropping unnecessary task_rq() calls
Michael S. Tsirkin
2
-25
/
+27
2013-09-24
kernel/reboot.c: re-enable the function of variable reboot_default
Chuansheng Liu
1
-1
/
+8
2013-09-24
audit: fix endless wait in audit_log_start()
Konstantin Khlebnikov
1
-2
/
+3
2013-09-24
watchdog: update watchdog_thresh properly
Michal Hocko
1
-3
/
+50
2013-09-24
watchdog: update watchdog attributes atomically
Michal Hocko
1
-2
/
+5
2013-09-24
KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches
David Howells
2
-0
/
+10
2013-09-23
cgroup: kill css_id
Li Zefan
1
-247
/
+1
2013-09-23
rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU mask
Kirill Tkhai
1
-1
/
+6
2013-09-23
rcu: Avoid sparse warnings in rcu_nocb_wake trace event
Paul E. McKenney
1
-1
/
+1
2013-09-23
rcu: Track rcu_nocb_kthread()'s sleeping and awakening
Paul E. McKenney
1
-1
/
+14
2013-09-23
rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events
Paul E. McKenney
1
-2
/
+4
2013-09-23
rcu: Add tracing for rcuo no-CBs CPU wakeup handshake
Paul E. McKenney
1
-1
/
+13
2013-09-23
rcu: Add tracing of normal (non-NOCB) grace-period requests
Paul E. McKenney
1
-1
/
+7
2013-09-23
rcu: Add tracing to rcu_gp_kthread()
Paul E. McKenney
1
-0
/
+18
2013-09-23
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
Paul E. McKenney
1
-1
/
+1
2013-09-23
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
Paul E. McKenney
1
-3
/
+8
2013-09-23
rcu: Improve grace-period start logic
Paul E. McKenney
1
-5
/
+12
2013-09-23
rcu: Have rcutiny tracepoints use tracepoint_string()
Paul E. McKenney
3
-14
/
+17
2013-09-23
rcu: Reject memory-order-induced stall-warning false positives
Paul E. McKenney
1
-5
/
+40
2013-09-23
rcu: Micro-optimize rcu_cpu_has_callbacks()
Paul E. McKenney
1
-4
/
+7
2013-09-23
rcu: Silence unused-variable warnings
Paul E. McKenney
1
-2
/
+4
[prev]
[next]