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-01-03
switch mq_open() to umode_t
Al Viro
1
-3
/
+3
2012-01-03
sysctl: use umode_t for table permissions
Al Viro
1
-1
/
+1
2012-01-03
cgroup: propagate mode_t
Al Viro
1
-7
/
+7
2012-01-03
switch debugfs to umode_t
Al Viro
4
-4
/
+4
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-2
/
+2
2012-01-03
fs: move code out of buffer.c
Al Viro
1
-1
/
+0
2012-01-03
get rid of timer in kern/acct.c
Al Viro
1
-30
/
+10
2012-01-03
hung_task: fix false positive during vfork
Mandeep Singh Baines
1
-4
/
+10
2012-01-02
misc latin1 to utf8 conversions
Al Viro
2
-2
/
+2
2011-12-31
futex: Fix uninterruptible loop due to gate_area
Hugh Dickins
1
-8
/
+20
2011-12-30
Revert "clockevents: Set noop handler in clockevents_exchange_device()"
Linus Torvalds
1
-1
/
+0
2011-12-28
irq: check domain hwirq range for DT translate
Rob Herring
1
-0
/
+3
2011-12-27
cgroup: Remove task_lock() from cgroup_post_fork()
Frederic Weisbecker
1
-3
/
+12
2011-12-27
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
Kirill A. Shutemov
1
-0
/
+2
2011-12-27
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
Kirill A. Shutemov
1
-2
/
+2
2011-12-27
Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3
Avi Kivity
12
-306
/
+476
2011-12-27
jump-label: export jump_label_inc/jump_label_dec
Xiao Guangrong
1
-0
/
+2
2011-12-25
Merge branch 'pm-sleep' into pm-for-linus
Rafael J. Wysocki
13
-366
/
+273
2011-12-25
Merge branch 'pm-misc' into pm-for-linus
Rafael J. Wysocki
2
-6
/
+4
2011-12-23
ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF
Jamie Iles
1
-5
/
+7
2011-12-23
sched/tracing: Add a new tracepoint for sleeptime
Arun Sharma
2
-2
/
+1
2011-12-23
sched: Disable scheduler warnings during oopses
Dave Jones
1
-0
/
+3
2011-12-22
cgroup: only need to check oldcgrp==newgrp once
Mandeep Singh Baines
1
-16
/
+6
2011-12-22
cgroup: remove redundant get/put of task struct
Mandeep Singh Baines
1
-9
/
+2
2011-12-22
cgroup: remove redundant get/put of old css_set from migrate
Mandeep Singh Baines
1
-20
/
+8
2011-12-21
clockevents: remove sysdev.h
Kay Sievers
1
-1
/
+0
2011-12-21
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
Kay Sievers
1
-21
/
+19
2011-12-21
Merge branch 'master' into pm-sleep
Rafael J. Wysocki
26
-84
/
+467
2011-12-21
cgroup: Remove unnecessary task_lock before fetching css_set on migration
Frederic Weisbecker
1
-10
/
+10
2011-12-21
cgroup: Drop task_lock(parent) on cgroup_fork()
Frederic Weisbecker
1
-6
/
+17
2011-12-21
sched: Fix cgroup movement of waking process
Daisuke Nishimura
1
-1
/
+3
2011-12-21
sched: Fix cgroup movement of newly created process
Daisuke Nishimura
1
-0
/
+13
2011-12-21
sched: Fix cgroup movement of forking process
Daisuke Nishimura
1
-2
/
+5
2011-12-21
sched: Remove cfs bandwidth period check in tg_set_cfs_period()
Kamalesh Babulal
1
-3
/
+0
2011-12-21
sched: Fix load-balance lock-breaking
Peter Zijlstra
1
-7
/
+25
2011-12-21
sched: Replace all_pinned with a generic flags field
Peter Zijlstra
1
-16
/
+19
2011-12-21
sched: Only queue remote wakeups when crossing cache boundaries
Peter Zijlstra
3
-30
/
+70
2011-12-21
lockdep/waitqueues: Add better annotation
Peter Zijlstra
1
-2
/
+2
2011-12-21
Merge commit 'v3.2-rc6' into core/locking
Ingo Molnar
18
-53
/
+265
2011-12-20
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+0
2011-12-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+9
2011-12-20
Merge commit 'v3.2-rc6' into perf/core
Ingo Molnar
20
-79
/
+352
2011-12-20
binary_sysctl(): fix memory leak
Michel Lespinasse
1
-1
/
+1
2011-12-20
cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
David Rientjes
1
-5
/
+24
2011-12-20
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
1
-1
/
+1
2011-12-19
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Martin Schwidefsky
18
-2272
/
+2479
2011-12-19
cgroups: remove redundant get/put of css_set from css_set_check_fetched()
Mandeep Singh Baines
1
-8
/
+2
2011-12-19
cgroups: fix a css_set not found bug in cgroup_attach_proc
Mandeep Singh Baines
1
-5
/
+0
2011-12-19
time/clocksource: Fix kernel-doc warnings
Kusanagi Kouichi
1
-3
/
+9
2011-12-18
writeback: dirty ratelimit - think time compensation
Wu Fengguang
1
-0
/
+1
[prev]
[next]