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
2008-11-14
Merge branch 'master' into next
James Morris
17
-115
/
+339
2008-11-14
CRED: Allow kernel services to override LSM settings for task actions
David Howells
1
-0
/
+113
2008-11-14
CRED: Differentiate objective and effective subjective credentials on a task
David Howells
2
-14
/
+30
2008-11-14
CRED: Documentation
David Howells
1
-1
/
+1
2008-11-14
CRED: Make execve() take advantage of copy-on-write credentials
David Howells
1
-1
/
+45
2008-11-14
CRED: Inaugurate COW credentials
David Howells
12
-374
/
+652
2008-11-14
CRED: Rename is_single_threaded() to is_wq_single_threaded()
David Howells
1
-4
/
+4
2008-11-14
CRED: Separate per-task-group keyrings from signal_struct
David Howells
2
-7
/
+63
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
10
-81
/
+130
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
2
-45
/
+45
2008-11-14
CRED: Detach the credentials from task_struct
David Howells
3
-19
/
+103
2008-11-14
CRED: Separate task security context from task_struct
David Howells
15
-204
/
+250
2008-11-14
CRED: Neuter sys_capset()
David Howells
1
-204
/
+23
2008-11-14
KEYS: Alter use of key instantiation link-to-keyring argument
David Howells
1
-1
/
+1
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
12
-44
/
+58
2008-11-12
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+4
2008-11-12
kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds
Andrew Morton
1
-1
/
+1
2008-11-12
kprobes: disable preempt for module_text_address() and kernel_text_address()
Masami Hiramatsu
1
-5
/
+16
2008-11-12
freezer_cg: disable writing freezer.state of root cgroup
Li Zefan
1
-1
/
+10
2008-11-12
freezer_cg: remove task_lock from freezer_fork()
Li Zefan
1
-2
/
+6
2008-11-12
sched: fix init_idle()'s use of sched_clock()
Ingo Molnar
1
-1
/
+2
2008-11-12
sched: fix stale value in average load per task
Balbir Singh
1
-0
/
+2
2008-11-12
hrtimer: clean up unused callback modes
Peter Zijlstra
1
-9
/
+0
2008-11-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+24
2008-11-11
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-26
/
+47
2008-11-11
Capabilities: BUG when an invalid capability is requested
Eric Paris
1
-0
/
+5
2008-11-11
sched: release buddies on yield
Peter Zijlstra
1
-5
/
+12
2008-11-11
When the capset syscall is used it is not possible for audit to record the
Eric Paris
2
-0
/
+53
2008-11-11
Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a
Eric Paris
1
-0
/
+68
2008-11-11
This patch will print cap_permitted and cap_inheritable data in the PATH
Eric Paris
1
-5
/
+77
2008-11-11
timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq context
Gautham R Shenoy
1
-1
/
+16
2008-11-11
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
Ingo Molnar
10
-70
/
+235
2008-11-11
fix for account_group_exec_runtime(), make sure ->signal can't be freed under...
Oleg Nesterov
2
-0
/
+13
2008-11-10
ring-buffer: prevent infinite looping on time stamping
Steven Rostedt
1
-1
/
+1
2008-11-10
ftrace: disable tracing on resize
Steven Rostedt
1
-1
/
+16
2008-11-10
nohz: disable tick_nohz_kick_tick() for now
Thomas Gleixner
1
-0
/
+4
2008-11-10
irq: call __irq_enter() before calling the tick_idle_check
Thomas Gleixner
1
-3
/
+4
2008-11-10
sched: clean up debug info
Peter Zijlstra
2
-21
/
+22
2008-11-09
Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2
-0
/
+48
2008-11-07
sched: fix memory leak in a failure path
Li Zefan
1
-0
/
+1
2008-11-07
sched: fix a bug in sched domain degenerate
Li Zefan
1
-2
/
+4
2008-11-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-36
/
+111
2008-11-06
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-29
/
+54
2008-11-06
cgroups: fix invalid cgrp->dentry before cgroup has been completely removed
Li Zefan
1
-1
/
+0
2008-11-06
cpumask: introduce new API, without changing anything
Rusty Russell
2
-0
/
+48
2008-11-06
Add round_jiffies_up and related routines
Alan Stern
1
-30
/
+99
2008-11-06
generic-ipi: fix the smp_mb() placement
Suresh Siddha
1
-6
/
+12
2008-11-06
file capabilities: add no_file_caps switch (v4)
Serge E. Hallyn
1
-0
/
+11
2008-11-05
sched: fix buddies for group scheduling
Peter Zijlstra
1
-2
/
+14
2008-11-05
sched: backward looking buddy
Peter Zijlstra
3
-9
/
+30
[next]