aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-06-28[PATCH] load_module() cleanupAndrew Morton1-6/+21
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-2/+76
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl1-2/+1
2006-06-27[PATCH] futex_requeue() optimizationSebastien Dugue1-5/+8
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2-6/+38
2006-06-27[PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner1-14/+18
2006-06-27[PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner1-1/+3
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar5-41/+818
2006-06-27[PATCH] pi-futex: rt mutex futex apiIngo Molnar1-0/+55
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner4-1/+461
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar4-0/+552
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar6-0/+1058
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar1-29/+160
2006-06-27[PATCH] pi-futex: futex code cleanupsIngo Molnar2-117/+131
2006-06-27[PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt1-0/+2
2006-06-27[PATCH] sched: uninline task_rq_lock()Oleg Nesterov1-1/+1
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B1-25/+215
2006-06-27[PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri1-5/+43
2006-06-27[PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri1-2/+3
2006-06-27[PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri1-1/+1
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri1-61/+78
2006-06-27[PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams1-5/+21
2006-06-27[PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams1-2/+10
2006-06-27[PATCH] sched: implement smpnicePeter Williams1-65/+219
2006-06-27[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev1-4/+14
2006-06-27[PATCH] unnecessary long index i in schedSteven Rostedt1-1/+2
2006-06-27[PATCH] sched: fix interactive ceiling codeCon Kolivas1-25/+27
2006-06-27[PATCH] sched: simplify bitmap definitionSteven Rostedt1-3/+1
2006-06-27[PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W1-123/+59
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman1-3/+4
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman1-3/+5
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman6-6/+6
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman7-7/+7
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney2-2/+48
2006-06-27[PATCH] rcutorture: add ops vector and Classic RCU opsPaul E. McKenney1-43/+120
2006-06-27[PATCH] rcutorture: catchup doc fixes for idle-hz testsPaul E. McKenney1-1/+1
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap2-4/+4
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-2/+3
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-0/+12
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-0/+38
2006-06-27[PATCH] pm_trace is dangerousAndrew Morton1-2/+11
2006-06-27[PATCH] kernel/acct: fix function definitionRandy Dunlap1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-10/+1
2006-06-26Merge branch 'x86-64'Linus Torvalds5-3/+952
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen1-2/+7
2006-06-26[PATCH] x86_64: allow unwinder to build without module supportJan Beulich1-0/+4
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-4/+3
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich3-1/+931
2006-06-26[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen1-0/+11
2006-06-26[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()Peter Williams1-1/+1
2006-06-26[PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov1-12/+0
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov2-6/+32
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-3/+17
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-6/+5
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-7/+20
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2-9/+1
2006-06-26[PATCH] Notify page fault call chainAnil S Keshavamurthy1-7/+23
2006-06-26[PATCH] Kprobes registers for notify page faultAnil S Keshavamurthy1-0/+8
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo1-8/+24
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel1-42/+109
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz3-19/+19
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz1-3/+8
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz2-0/+172
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz1-19/+28
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz1-4/+17
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz3-15/+83
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz3-0/+418
2006-06-26[PATCH] Convert kernel/cpu.c to mutexesIngo Molnar1-5/+5
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar4-37/+27
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds3-116/+18
2006-06-25Fix PM_TRACE dependency: works only on 32-bit x86 for nowLinus Torvalds1-1/+1
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei1-13/+11
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei2-20/+26
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei3-16/+40
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap1-1/+60
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap1-10/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens4-0/+8
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn1-6/+11
2006-06-25[PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard1-1/+1
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org1-7/+0
2006-06-25[PATCH] Get rid of /proc/sys/procStephen Hemminger1-11/+0
2006-06-25[PATCH] printk time parameterJan Engelhardt1-0/+2
2006-06-25[PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley1-5/+3
2006-06-25[PATCH] constify parts of kernel/power/Andreas Mohr2-3/+3
2006-06-25[PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton1-8/+20
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk2-5/+3
2006-06-25[PATCH] Make printk work for really early debuggingMichael Ellerman1-17/+33
2006-06-25[PATCH] Allow raw_notifier callouts to unregister themselvesAlan Stern1-2/+3
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras4-6/+6
2006-06-25[PATCH] ensure NULL deref can't possibly happen in is_exported()Jesper Juhl1-1/+1
2006-06-24Add some basic resume trace facilitiesLinus Torvalds1-0/+9
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-3/+2
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-2/+3
2006-06-23[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise1-13/+9
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2-6/+6
2006-06-23[PATCH] Doc: add audit & acct to DocBookRandy Dunlap1-0/+1
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney1-11/+2
2006-06-23[PATCH] kernel/sys.c doesn't need init.hJes Sorensen1-1/+0
2006-06-23[PATCH] CONFIG_NET=n build fixAndrew Morton1-1/+1
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr1-6/+6
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker1-2/+2
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar1-0/+3
2006-06-23[PATCH] dup fd error fixPrasanna Meda1-1/+2
2006-06-23[PATCH] mmput() might sleepAndrew Morton1-0/+2
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer2-3/+22
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki2-58/+85
2006-06-23[PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk1-7/+8
2006-06-23[PATCH] swsusp: take lowmem reserves into accountRafael J. Wysocki1-1/+3
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li3-15/+117
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-0/+3
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley1-0/+8
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley1-1/+8
2006-06-23[PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter1-2/+2
2006-06-23[PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2-0/+24
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter1-0/+1
2006-06-23[PATCH] swsusp: rework memory shrinkerRafael J. Wysocki1-2/+8
2006-06-23[PATCH] support for panic at OOMKAMEZAWA Hiroyuki1-0/+9
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2-8/+8
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+13
2006-06-22[PATCH] avoid tasklist_lock at getrusage for multithreaded case tooRavikiran G Thirumalai1-34/+22
2006-06-22[PATCH] suspend_console() warning fixAndrew Morton1-1/+1
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay1-1/+1
2006-06-20Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-266/+1555
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-2/+2
2006-06-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-185/+0
2006-06-20[PATCH] make set_loginuid obey audit_enabledSteve Grubb1-11/+16
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis4-61/+127
2006-06-20[PATCH] fix AUDIT_FILTER_PREPEND handlingAmy Griffis1-0/+1
2006-06-20[PATCH] validate rule fields' typesAl Viro1-9/+48
2006-06-20[PATCH] audit: path-based rulesAmy Griffis4-88/+900
2006-06-20[PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson1-1/+273
2006-06-20[PATCH] deprecate AUDIT_POSSBILEAl Viro2-4/+5
2006-06-20[PATCH] inline more audit helpersAl Viro1-10/+4
2006-06-20[PATCH] update of IPC audit record cleanupLinda Knippers1-17/+5
2006-06-20[PATCH] minor audit updatesSerge E. Hallyn1-9/+10
2006-06-20[PATCH] fix audit_krule_to_{rule,data} return valuesAmy Griffis1-2/+2
2006-06-20[PATCH] add filtering by ppidAl Viro1-0/+4
2006-06-20[PATCH] log ppidAl Viro1-2/+5
2006-06-20[PATCH] collect sid of those who send signals to auditdAl Viro4-23/+44
2006-06-20[PATCH] execve argument loggingAl Viro2-3/+56
2006-06-20[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULESAl Viro3-52/+81
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis2-3/+3
2006-06-19Add support for suspending and resuming the whole console subsystemLinus Torvalds2-1/+29
2006-06-17[PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov1-3/+0
2006-06-17[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov2-26/+18
2006-06-17[PATCH] check_process_timers: fix possible lockupOleg Nesterov1-5/+4
2006-06-09kbuild: check license compatibility when building modulesSam Ravnborg1-10/+1
2006-06-09[PATCH] Add a prctl to change the endianness of a process.Anton Blanchard1-0/+13
2006-05-31[PATCH] hrtimer: export symbolsStephen Hemminger1-0/+6
2006-05-21Revert "[PATCH] sched: fix interactive task starvation"Linus Torvalds1-44/+18
2006-05-21[PATCH] Fix a NO_IDLE_HZ timer bugZachary Amsden1-0/+16
2006-05-21[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson1-0/+1
2006-05-21[PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson1-9/+15
2006-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse4-25/+65
2006-05-15[PATCH] symbol_put_addr() locks kernelTrent Piepho2-7/+7
2006-05-15[PATCH] RCU: introduce rcu_needs_cpu() interfaceHeiko Carstens1-0/+19
2006-05-11ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds1-1/+19
2006-05-08Finally remove the obnoxious inter_module_xxx()David Woodhouse2-185/+0
2006-05-07Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds1-18/+21
2006-05-01[PATCH] Audit Filter PerformanceSteve Grubb1-4/+7
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb1-3/+51
2006-05-01[PATCH] More user space subject labelsSteve Grubb3-39/+141
2006-05-01[PATCH] Reworked patch for labels on user space messagesSteve Grubb1-3/+19
2006-05-01[PATCH] change lspp ipc auditingSteve Grubb1-47/+21
2006-05-01[PATCH] audit inode patchSteve Grubb1-37/+16
2006-05-01[PATCH] support for context based audit filtering, part 2Darrel Goeddel4-27/+256
2006-05-01[PATCH] no need to wank with task_lock() and pinning task down in audit_sysca...Al Viro1-9/+1
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-4/+4
2006-05-01[PATCH] drop gfp_mask in audit_log_exit()Al Viro1-30/+32
2006-05-01[PATCH] move call of audit_free() into do_exit()Al Viro3-10/+4
2006-05-01[PATCH] deal with deadlocks in audit_free()Al Viro1-10/+10
2006-04-28[PATCH] request_irq(): remove warnings from irq probingAndrew Morton1-2/+4
2006-04-28[PATCH] off-by-1 in kernel/power/main.cdean gaudet1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman7-7/+7
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman6-6/+6
2006-04-22[RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse1-2/+2
2006-04-20Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2006-04-20[PATCH] kprobes: NULL out non-relevant fields in struct kretprobeAnanth N Mavinakayanahalli1-0/+3
2006-04-20[PATCH] Don't inherit ->splice_pipe across forksJens Axboe1-0/+1
2006-04-19[PATCH] Add more prevent_tail_call()OGAWA Hirofumi1-13/+46
2006-04-19[PATCH] swsusp: prevent possible image corruption on resumeRafael J. Wysocki1-4/+5
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman2-2/+2
2006-04-14[PATCH] kill unushed __put_task_struct_cbEric W. Biederman1-6/+0
2006-04-14[PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk1-20/+0
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath2-7/+4
2006-04-11[PATCH] __group_complete_signal: remove bogus BUG_ONOleg Nesterov1-1/+0
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+4
2006-04-11[PATCH] add cpu_relax to hrtimer_cancelJoe Korty1-0/+1
2006-04-11[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2-5/+3
2006-04-11[PATCH] the scheduled unexport of panic_timeoutAdrian Bunk1-1/+0
2006-04-11[PATCH] timer initialisation fixAndrew Morton1-10/+19
2006-04-11[PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi1-0/+12
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith1-1/+1
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith1-18/+44
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe1-0/+4
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave1-1/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-2/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-4/+2