aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds21-33/+1
2006-06-30[PATCH] cond_resched() fixAndrew Morton1-12/+13
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley1-2/+5
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter1-9/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel20-20/+0
2006-06-30remove obsolete swsusp_encryptPavel Machek1-12/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-4/+4
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+2
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-25/+27
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-14/+11
2006-06-29[PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt1-1/+4
2006-06-29[PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar2-0/+42
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar3-5/+5
2006-06-29[PATCH] genirq: add SA_TRIGGER supportThomas Gleixner1-4/+27
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner1-0/+21
2006-06-29[PATCH] genirq: add handle_bad_irq()Ingo Molnar2-0/+9
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner3-2/+527
2006-06-29[PATCH] genirq: coreThomas Gleixner6-3/+41
2006-06-29[PATCH] genirq: update copyrightsIngo Molnar2-2/+7
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2-7/+12
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner1-1/+3
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2-2/+6
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner3-10/+80
2006-06-29[PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar1-20/+25
2006-06-29[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar1-4/+16
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-1/+2
2006-06-29[PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2-8/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-13/+7
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar5-14/+15
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar4-38/+34
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar3-5/+6
2006-06-29[PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar1-4/+5
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar6-33/+33
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-28[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder1-4/+2
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-27[PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman1-5/+3
2006-06-27[PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman1-16/+18
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-4/+6
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