aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-07-14[PATCH] del_timer_sync(): add cpu_relax()Andrew Morton1-0/+1
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk1-22/+2
2006-07-14[PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher2-9/+6
2006-07-12[PATCH] The scheduled unexport of insert_resourceAdrian Bunk1-2/+0
2006-07-12[PATCH] remove kernel/power/pm.c:pm_unregister_all()Adrian Bunk1-37/+0
2006-07-12[PATCH] Fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)Marcel Holtmann1-1/+1
2006-07-10[PATCH] lockdep: disable lock debugging when kernel state becomes untrustedArjan van de Ven1-0/+2
2006-07-10[PATCH] remove the tasklist_lock exportChristoph Hellwig1-3/+1
2006-07-10[PATCH] uninline init_waitqueue_head()Ingo Molnar1-2/+6
2006-07-10[PATCH] swsusp: fix panic when signature can't be readLinus Torvalds1-2/+4
2006-07-10[PATCH] swsusp warning fixAndrew Morton1-10/+10
2006-07-10[PATCH] swsusp: do not use memcpy for snapshotting memoryRafael J. Wysocki1-2/+8
2006-07-10[PATCH] adjust clock for lost ticksRoman Zippel1-38/+47
2006-07-10[PATCH] pi-futex: Validate futex type instead of oopsingThomas Gleixner1-0/+6
2006-07-10[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-1/+1
2006-07-10[PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSEDAdrian Bunk1-2/+2
2006-07-10[PATCH] lockdep: core, reduce per-lock class-cache sizeIngo Molnar1-33/+54
2006-07-10[PATCH] lockdep: improve debug outputArjan van de Ven1-2/+3
2006-07-10[PATCH] Minor cleanup to lockdep.cAndi Kleen1-32/+12
2006-07-10[PATCH] small kernel/sched.c cleanupAndreas Mohr1-10/+7
2006-07-10[PATCH] sched: fix bug in __migrate_task()Peter Williams1-1/+1
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-25/+32
2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton1-11/+6
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+4
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar1-125/+125
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar12-138/+153
2006-07-03[PATCH] sched: clean up fallout of recent changesIngo Molnar1-166/+194
2006-07-03[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras1-0/+4
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate ->mmap_semIngo Molnar1-1/+4
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-1/+3
2006-07-03[PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar1-0/+2
2006-07-03[PATCH] lockdep: annotate timer base locksIngo Molnar1-0/+9
2006-07-03[PATCH] lockdep: annotate waitqueuesIngo Molnar1-0/+4
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar1-0/+16
2006-07-03[PATCH] lockdep: annotate futexIngo Molnar1-10/+18
2006-07-03[PATCH] lockdep: do not recurse in printkIngo Molnar1-5/+18
2006-07-03[PATCH] lockdep: prove mutex locking correctnessIngo Molnar3-8/+28
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar3-9/+81
2006-07-03[PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2-1/+43
2006-07-03[PATCH] lockdep: procfsIngo Molnar2-0/+348
2006-07-03[PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar1-3/+2
2006-07-03[PATCH] lockdep: coreIngo Molnar6-0/+2796
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar3-20/+140
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar2-0/+25
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar2-3/+3
2006-07-03[PATCH] lockdep: mutex section binutils workaroundIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar11-482/+104
2006-07-03[PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar1-316/+0
2006-07-03[PATCH] lockdep: remove DEBUG_BUG_ON()Ingo Molnar1-8/+0
2006-07-03[PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar4-26/+26
2006-07-03[PATCH] lockdep: clean up rwsemsIngo Molnar1-0/+105
2006-07-03[PATCH] lockdep: add is_module_address()Ingo Molnar1-0/+23
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter1-0/+11
2006-07-03[PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt1-1/+4
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-2/+2
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner1-12/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+41
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner3-23/+23
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2-3/+28
2006-07-01[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner1-0/+13
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-66/+209
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas1-6/+7
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas1-1/+2
2006-07-01[PATCH] pi-futex: futex_wake() lockup fixIngo Molnar1-2/+4
2006-07-01[PATCH] pi-futex: fix mm_struct memory leakVernon Mauery1-1/+1
2006-07-01[PATCH] audit syscall classesAl Viro1-0/+39
2006-07-01[PATCH] audit: support for object context filtersDarrel Goeddel2-0/+65
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel2-30/+30
2006-07-01[PATCH] add rule filterkeyAmy Griffis3-36/+75
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-30Move workqueue exports to where the functions are defined.Dave Jones1-11/+10
2006-06-30[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi1-15/+23
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