index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...
Igor Mammedov
1
-0
/
+2
2012-05-08
tracing: Remove ftrace_disable/enable_cpu()
Steven Rostedt
1
-42
/
+2
2012-05-08
tracing: Use seq_*_private interface for some seq files
Jiri Olsa
2
-58
/
+16
2012-05-08
kmsg: use do_div() to divide 64bit integer
Kay Sievers
1
-1
/
+4
2012-05-08
task_allocator: Use config switches instead of magic defines
Thomas Gleixner
1
-4
/
+3
2012-05-08
fork: Provide kmemcache based thread_info allocator
Thomas Gleixner
1
-0
/
+27
2012-05-08
Merge branch 'smp/threadalloc' into smp/hotplug
Thomas Gleixner
12
-70
/
+107
2012-05-08
fork: Provide weak arch_release_[task_struct|thread_info] functions
Thomas Gleixner
1
-4
/
+17
2012-05-08
fork: Move thread info gfp flags to header
Thomas Gleixner
1
-6
/
+2
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
-424
/
+590
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
-871
/
+1016
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/g...
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 kui...
Eric W. Biederman
3
-26
/
+20
2012-05-03
userns: Convert setting and getting uid and gid system calls to use kuid and ...
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
-62
/
+300
2012-04-30
rcu: Use single value to handle expedited SRCU grace periods
Lai Jiangshan
1
-13
/
+14
[prev]
[next]