Rafael J. Wysocki 4a3b98a422 [PATCH] swsusp: prevent possible image corruption on resume 19 years ago
..
irq d824e66a9a [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is set 19 years ago
power 4a3b98a422 [PATCH] swsusp: prevent possible image corruption on resume 19 years ago
.gitignore febf7ea4be gitignore: ignore more generated files 19 years ago
Kconfig.hz 5912100372 [PATCH] i386: Selectable Frequency of the Timer Interrupt 20 years ago
Kconfig.preempt f8cbd99bd3 [PATCH] sched: voluntary kernel preemption 20 years ago
Makefile 34f192c652 [PATCH] lightweight robust futexes: compat 19 years ago
acct.c bb231fe3a5 [PATCH] Fix pacct bug in multithreading case. 19 years ago
audit.c 9b41046cd0 [PATCH] Don't pass boot parameters to argv_init[] 19 years ago
audit.h 5a0bbce58b [PATCH] sem2mutex: audit_netlink_sem 19 years ago
auditfilter.c 5a0bbce58b [PATCH] sem2mutex: audit_netlink_sem 19 years ago
auditsc.c 1b9a391736 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current 19 years ago
capability.c 12b5989be1 [PATCH] refactor capable() to one implementation, add __capable() helper 19 years ago
compat.c 34f192c652 [PATCH] lightweight robust futexes: compat 19 years ago
configs.c f4b09ebc8b update the email address of Randy Dunlap 19 years ago
cpu.c e041c68341 [PATCH] Notifier chain update: API changes 19 years ago
cpuset.c e4e364e865 [PATCH] cpuset: memory migration interaction fix 19 years ago
dma.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
exec_domain.c 6a4d11c2ab [PATCH] Fix module refcount leak in __set_personality() 19 years ago
exit.c 5e85d4abe3 [PATCH] task: Make task list manipulations RCU safe 19 years ago
extable.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
fork.c 5e85d4abe3 [PATCH] task: Make task list manipulations RCU safe 19 years ago
futex.c 9741ef964d [PATCH] futex: check and validate timevals 19 years ago
futex_compat.c 9741ef964d [PATCH] futex: check and validate timevals 19 years ago
hrtimer.c 5ef37b1964 [PATCH] add cpu_relax to hrtimer_cancel 19 years ago
intermodule.c 5c0d5d262a [PATCH] missing license tag in intermodule 19 years ago
itimer.c 05cfb614dd [PATCH] hrtimers: remove data field 19 years ago
kallsyms.c 4e57b68178 [PATCH] fix missing includes 19 years ago
kexec.c c59ede7b78 [PATCH] move capable() to capability.h 19 years ago
kfifo.c dd0fc66fb3 [PATCH] gfp flags annotations - part 1 19 years ago
kmod.c 8292d633ad [PATCH] wait_for_helper: trivial style cleanup 19 years ago
kprobes.c c6fd91f0bd [PATCH] kretprobe instance recycled by parent process 19 years ago
ksysfs.c f125b56113 [PATCH] fix build error if CONFIG_SYSFS=n 19 years ago
kthread.c 05eeae208d [PATCH] find_task_by_pid() needs tasklist_lock 19 years ago
module.c 7529c30116 [PATCH] modules: permit Dual-MIT/GPL licenses 19 years ago
mutex-debug.c a4fc7ab1d0 [PATCH] fix/simplify mutex debugging code 19 years ago
mutex-debug.h 408894ee4d [PATCH] mutex subsystem, debugging code 19 years ago
mutex.c 02706647a4 [PATCH] mutex: trivial whitespace cleanups 19 years ago
mutex.h 6053ee3b32 [PATCH] mutex subsystem, core 19 years ago
panic.c aa7271076a [PATCH] the scheduled unexport of panic_timeout 19 years ago
params.c b9e20a9200 [PATCH] Change dash2underscore() return value to char 19 years ago
pid.c 92476d7fc0 [PATCH] pidhash: Refactor the pid hash table 19 years ago
posix-cpu-timers.c 97735f25d2 [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API 19 years ago
posix-timers.c 05cfb614dd [PATCH] hrtimers: remove data field 19 years ago
printk.c 8abd8e298e BUG_ON() Conversion in kernel/printk.c 19 years ago
profile.c e041c68341 [PATCH] Notifier chain update: API changes 19 years ago
ptrace.c e57a505984 [PATCH] fix non-leader exec under ptrace 19 years ago
rcupdate.c caa9ee771d [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist 19 years ago
rcutorture.c 0a94502277 [PATCH] for_each_possible_cpu: fixes for generic part 19 years ago
relay.c 6dac40a7ce [PATCH] relay: consolidate sendfile() and read() code 19 years ago
resource.c d974837ae0 [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated 19 years ago
sched.c 8a5bc075b8 [PATCH] sched: don't awaken RT tasks on expired array 19 years ago
seccomp.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
signal.c e57a505984 [PATCH] fix non-leader exec under ptrace 19 years ago
softirq.c 78eef01b0f [PATCH] on_each_cpu(): disable local interrupts 19 years ago
softlockup.c e041c68341 [PATCH] Notifier chain update: API changes 19 years ago
spinlock.c ee25e96fcd [PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usage 19 years ago
stop_machine.c ed653a6404 [PATCH] Remove set_fs() in stop_machine() 19 years ago
sys.c 390e2ff077 [PATCH] Make setsid() more robust 19 years ago
sys_ni.c 3016b42153 [PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up unneeded macros 19 years ago
sysctl.c cba9f33d13 [PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_conv 19 years ago
time.c 8ba8e95ed1 Fix comments: s/granuality/granularity/ 19 years ago
timer.c ba6edfcd17 [PATCH] timer initialisation fix 19 years ago
uid16.c c59ede7b78 [PATCH] move capable() to capability.h 19 years ago
user.c 36f574135e [PATCH] free_uid() locking improvement 19 years ago
wait.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
workqueue.c 1fa44ecad2 [SCSI] add execute_in_process_context() API 19 years ago