Sign in
gem5
/
arm
/
linux-arm-legacy
/
150030b78a454ba50d5e267b0dcf01b162809192
/
kernel
009e577
Add wait_for_completion_killable
by Matthew Wilcox
· 17 years ago
294d5cc
Add schedule_timeout_killable
by Matthew Wilcox
· 17 years ago
ad77653
Add mutex_lock_killable
by Liam R. Howlett
· 17 years ago
f776d12
Add fatal_signal_pending
by Matthew Wilcox
· 17 years ago
f021a3c
Add TASK_WAKEKILL
by Matthew Wilcox
· 17 years ago
338077e
exit: Use task_is_*
by Matthew Wilcox
· 17 years ago
e1abb39
signal: Use task_is_*
by Matthew Wilcox
· 17 years ago
d9514f6
sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMAL
by Matthew Wilcox
· 17 years ago
6618a3e
ptrace: Use task_is_*
by Matthew Wilcox
· 17 years ago
d2f60e5
power: Use task_is_*
by Matthew Wilcox
· 17 years ago
e64d66c
wait: Use TASK_NORMAL
by Matthew Wilcox
· 17 years ago
3743d33
Tiny clean-up of OPROFILE/KPROBES configuration
by Linus Torvalds
· 17 years ago
00a5825
Fix oprofile configuration breakage
by Ralf Baechle
· 17 years ago
7e1fb76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
2cfae27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
f1dad16
Avoid potential NULL dereference in unregister_sysctl_table
by Pavel Emelyanov
· 17 years ago
5cd1756
fix clone(CLONE_NEWPID)
by Eric W. Biederman
· 17 years ago
cde898f
futex: correctly return -EFAULT not -EINVAL
by Thomas Gleixner
· 17 years ago
5456178
lockdep: in_range() fix
by Oleg Nesterov
· 17 years ago
8568487
lockdep: fix debug_show_all_locks()
by Ingo Molnar
· 17 years ago
41a2d6c
sched: style cleanups
by Ingo Molnar
· 17 years ago
ce6bd42
futex: fix for futex_wait signal stack corruption
by Steven Rostedt
· 17 years ago
874a5f8
[SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.
by David S. Miller
· 17 years ago
db292ca
sched: default to more agressive yield for SCHED_BATCH tasks
by Ingo Molnar
· 17 years ago
7703493
sched: fix crash in sys_sched_rr_get_interval()
by Ingo Molnar
· 17 years ago
ca6435f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
b00296f
uml: add !UML dependencies
by Al Viro
· 17 years ago
d842de8
sched: cpu accounting controller (V2)
by Srivatsa Vaddagiri
· 17 years ago
e6ceb32
wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()
by Scott James Remnant
· 17 years ago
9e6c1e6
FRV: fix the extern declaration of kallsyms_num_syms
by David Howells
· 17 years ago
32df81c
Isolate the UTS namespace's domainname and hostname back
by Pavel Emelyanov
· 17 years ago
c895078
wait_task_stopped(): don't use task_pid_nr_ns() lockless
by Oleg Nesterov
· 17 years ago
f95e0d1
sched: clean up kernel/sched_stat.h
by Ingo Molnar
· 17 years ago
c1a8974
sched: clean up overlong line in kernel/sched_debug.c
by Ingo Molnar
· 17 years ago
deaf222
sched: clean up, move __sched_text_start/end to sched.h
by Ingo Molnar
· 17 years ago
9a4e715
sched: clean up sd_alloc_ctl_cpu_table() definition
by Ingo Molnar
· 17 years ago
d393820
softlockup: fix false positives on CONFIG_NOHZ
by Thomas Gleixner
· 17 years ago
8c27eba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6
by Linus Torvalds
· 17 years ago
0685ab4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
ff1ea52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
f4d53ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 17 years ago
f7b9329
sched: bump version of kernel/sched_debug.c
by Ingo Molnar
· 17 years ago
722aab0
sched: fix minimum granularity tunings
by Zou Nan hai
· 17 years ago
bcbe4a0
sched: fix kernel/acct.c comment
by Ingo Molnar
· 17 years ago
5e8869b
sched: don't forget to unlock uids_mutex on error paths
by Pavel Emelyanov
· 17 years ago
52bfb36
time: add ADJ_OFFSET_SS_READ
by John Stultz
· 17 years ago
37e3a6a
[S390] appldata: remove unused binary sysctls.
by Heiko Carstens
· 17 years ago
43ebbf1
[S390] cmm: remove unused binary sysctls.
by Heiko Carstens
· 17 years ago
9055fa1
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
by Simon Horman
· 17 years ago
9e103fa
[IPVS]: Fix sysctl warnings about missing strategy in schedulers
by Simon Horman
· 17 years ago
611cd55
[IPVS]: Fix sysctl warnings about missing strategy
by Christian Borntraeger
· 17 years ago
9a4b970
module: fix and elaborate comments
by Matti Linnanvuori
· 17 years ago
fa6a1a5
ntp: fix typo that makes sync_cmos_clock erratic
by David P. Reed
· 17 years ago
4307d1e
x86: ignore the sys_getcpu() tcache parameter
by Ingo Molnar
· 17 years ago
3c72f52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
9612633
sched: reorder SCHED_FEAT_ bits
by Ingo Molnar
· 17 years ago
518b22e
sched: make sched_nr_latency static
by Adrian Bunk
· 17 years ago
94bc9a7
sched: remove activate_idle_task()
by Dmitry Adamushko
· 17 years ago
ce96b5a
sched: fix __set_task_cpu() SMP race
by Dmitry Adamushko
· 17 years ago
dae51f5
sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHED
by Oleg Nesterov
· 17 years ago
9778385
sched: fix accounting of interrupts during guest execution on s390
by Christian Borntraeger
· 17 years ago
a347422
wait_task_stopped: Check p->exit_state instead of TASK_TRACED
by Roland McGrath
· 17 years ago
6f37ac7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
f961598
kernel/taskstats.c: fix bogus nlmsg_free()
by Adrian Bunk
· 17 years ago
60a0d23
hibernate: fix lockdep report
by Johannes Berg
· 17 years ago
c642b83
__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set
by Russ Anderson
· 17 years ago
57d5f66
pidns: Place under CONFIG_EXPERIMENTAL
by Eric W. Biederman
· 17 years ago
22800a2
fix param_sysfs_builtin name length check
by Jan Kiszka
· 17 years ago
314de8a
Linux Kernel Markers: fix marker mutex not taken upon module load
by Mathieu Desnoyers
· 17 years ago
cfb5285
revert "Task Control Groups: example CPU accounting subsystem"
by Andrew Morton
· 17 years ago
887c3cb
Add IORESOUCE_BUSY flag for System RAM
by Yasunori Goto
· 17 years ago
cfe36bd
Improve cgroup printks
by Diego Calleja
· 17 years ago
6fc48af
sysctl: check length at deprecated_sysctl_warning
by Tetsuo Handa
· 17 years ago
ce1d18e
[SYSCTL]: Fix warning for token-ring from sysctl checker
by Olof Johansson
· 17 years ago
325d22d
sigwait eats blocked default-ignore signals
by Roland McGrath
· 17 years ago
3c5fd9c7
[FUTEX] Fix address computation in compat code.
by David Miller
· 17 years ago
e6fe664
sched: proper prototype for kernel/sched.c:migration_init()
by Adrian Bunk
· 17 years ago
b82d9fd
sched: avoid large irq-latencies in smp-balancing
by Peter Zijlstra
· 17 years ago
3c90e6e
sched: fix copy_namespace() <-> sched_fork() dependency in do_fork
by Srivatsa Vaddagiri
· 17 years ago
502d26b
sched: clean up the wakeup preempt check, #2
by Ingo Molnar
· 17 years ago
77d9cc4
sched: clean up the wakeup preempt check
by Ingo Molnar
· 17 years ago
8bc6767
sched: wakeup preemption fix
by Ingo Molnar
· 17 years ago
3e3e13f
sched: remove PREEMPT_RESTRICT
by Ingo Molnar
· 17 years ago
52d3da1
sched: turn off PREEMPT_RESTRICT
by Ingo Molnar
· 17 years ago
d6322fa
sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC
by Eric Dumazet
· 17 years ago
19978ca
sched: reintroduce SMP tunings again
by Ingo Molnar
· 17 years ago
fa13a5a
sched: restore deterministic CPU accounting on powerpc
by Paul Mackerras
· 17 years ago
9a41785
sched: fix delay accounting regression
by Balbir Singh
· 17 years ago
b2be5e9
sched: reintroduce the sched_min_granularity tunable
by Peter Zijlstra
· 17 years ago
2cb8600
sched: documentation: place_entity() comments
by Peter Zijlstra
· 17 years ago
10b7772
sched: fix vslice
by Peter Zijlstra
· 17 years ago
8dce39c
time: fix inconsistent function names in comments
by Li Zefan
· 17 years ago
5db6a4d
Dump stack during sysctl registration failure
by Alexey Dobriyan
· 17 years ago
fad23fc
kernel/futex.c: make 3 functions static
by Adrian Bunk
· 17 years ago
a7e1e00
Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep
by Linus Torvalds
· 17 years ago
f3baa48
[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.
by David S. Miller
· 17 years ago
cc5f916
Freezer: do not allow freezing processes to clear TIF_SIGPENDING
by Rafael J. Wysocki
· 17 years ago
9301899
sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2
by Balbir Singh
· 17 years ago
38605ca
sched: fix style in kernel/sched.c
by Ingo Molnar
· 17 years ago
8eb172d
sched: fix style of swap() macro in kernel/sched_fair.c
by Ingo Molnar
· 17 years ago
Next »