index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
fork: Remove the weak insanity
Thomas Gleixner
1
-7
/
+1
2012-05-08
smp: Implement kick_all_cpus_sync()
Thomas Gleixner
1
-0
/
+23
2012-05-07
kmsg: export printk records to the /dev/kmsg interface
Kay Sievers
1
-0
/
+313
2012-05-07
printk: convert byte-buffer to variable-length record buffer
Kay Sievers
1
-420
/
+586
2012-05-07
sched: Update documentation and comments
Hiroshi Shimamoto
1
-1
/
+1
2012-05-07
Merge branch 'linus' into sched/core
Ingo Molnar
11
-53
/
+87
2012-05-07
tracing: Provide trace events interface for uprobes
Srikar Dronamraju
7
-6
/
+823
2012-05-07
tracing: Extract out common code for kprobes/uprobes trace events
Srikar Dronamraju
5
-870
/
+1015
2012-05-07
tracing: Modify is_delete, is_return from int to bool
Srikar Dronamraju
1
-8
/
+8
2012-05-07
Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Ingo Molnar
4
-200
/
+435
2012-05-05
PM / Sleep: Fix a mistake in a conditional in autosleep_store()
Arve Hjønnevåg
1
-1
/
+1
2012-05-05
init_task: Create generic init_task instance
Thomas Gleixner
1
-2
/
+0
2012-05-04
params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)
Jim Cromie
1
-21
/
+12
2012-05-04
params.c: fix Smack complaint about parse_args
Jim Cromie
1
-1
/
+1
2012-05-04
genirq: Do not consider disabled wakeup irqs
Thomas Gleixner
1
-1
/
+6
2012-05-04
genirq: Allow check_wakeup_irqs to notice level-triggered interrupts
Thomas Gleixner
2
-3
/
+8
2012-05-04
smp: Fix idle_thread_init() inline stub
Thomas Gleixner
1
-1
/
+1
2012-05-04
Merge tag 'v3.4-rc5' into next
James Morris
19
-87
/
+121
2012-05-03
smp, idle: Allocate idle thread for each possible cpu during boot
Suresh Siddha
4
-56
/
+31
2012-05-03
userns: Convert in_group_p and in_egroup_p to use kgid_t
Eric W. Biederman
1
-8
/
+6
2012-05-03
userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
Eric W. Biederman
3
-26
/
+20
2012-05-03
userns: Convert setting and getting uid and gid system calls to use kuid and kgid
Eric W. Biederman
4
-86
/
+178
2012-05-03
userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
Eric W. Biederman
1
-5
/
+2
2012-05-03
userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
Eric W. Biederman
1
-1
/
+1
2012-05-03
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
Eric W. Biederman
4
-39
/
+41
2012-05-03
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
2
-25
/
+37
2012-05-02
rcu: Make exit_rcu() more precise and consolidate
Paul E. McKenney
3
-32
/
+28
2012-05-02
rcu: Move PREEMPT_RCU preemption to switch_to() invocation
Paul E. McKenney
4
-13
/
+4
2012-05-02
Merge 3.4-rc5 into driver-core-next
Greg Kroah-Hartman
19
-87
/
+121
2012-05-02
Merge 3.4-rc5 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2012-05-01
PM / Sleep: Add user space interface for manipulating wakeup sources, v3
Rafael J. Wysocki
5
-0
/
+274
2012-05-01
PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources
Rafael J. Wysocki
1
-1
/
+5
2012-05-01
PM / Sleep: Implement opportunistic sleep, v2
Rafael J. Wysocki
5
-19
/
+250
2012-05-01
PM / Hibernate: Hibernate/thaw fixes/improvements
Bojan Smojver
1
-23
/
+39
2012-05-01
rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPU
Paul E. McKenney
1
-5
/
+8
2012-05-01
Merge tag 'v3.4-rc5' into for-3.5/core
Jens Axboe
31
-208
/
+315
2012-04-30
dynamic_debug: make dynamic-debug work for module initialization
Jim Cromie
1
-1
/
+1
2012-04-30
params: add 3rd arg to option handler callback signature
Jim Cromie
1
-14
/
+17
2012-04-30
rcu: Add rcutorture test for call_srcu()
Lai Jiangshan
1
-4
/
+40
2012-04-30
rcu: Implement per-domain single-threaded call_srcu() state machine
Lai Jiangshan
1
-60
/
+298
2012-04-30
rcu: Use single value to handle expedited SRCU grace periods
Lai Jiangshan
1
-13
/
+14
2012-04-30
rcu: Improve srcu_readers_active_idx()'s cache locality
Lai Jiangshan
1
-1
/
+8
2012-04-30
rcu: Implement a variant of Peter's SRCU algorithm
Lai Jiangshan
1
-80
/
+69
2012-04-30
rcu: Improve SRCU's wait_idx() comments
Lai Jiangshan
1
-40
/
+37
2012-04-30
rcu: Flip ->completed only once per SRCU grace period
Lai Jiangshan
1
-36
/
+56
2012-04-30
rcu: Increment upper bit only for srcu_read_lock()
Lai Jiangshan
1
-10
/
+9
2012-04-30
rcu: Remove fast check path from __synchronize_srcu()
Lai Jiangshan
1
-24
/
+1
2012-04-30
rcu: Direct algorithmic SRCU implementation
Paul E. McKenney
2
-96
/
+190
2012-04-30
rcu: Introduce rcutorture testing for rcu_barrier()
Paul E. McKenney
1
-8
/
+186
2012-04-29
Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-6
/
+22
[prev]
[next]