aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-10-10[PATCH] cpuset ANSI prototypeAl Viro1-1/+1
2006-10-10[PATCH] make kernel/relay.c __user-cleanAl Viro1-19/+22
2006-10-10[PATCH] __user annotations: futexAl Viro2-13/+14
2006-10-07[PATCH] swsusp: Make userland suspend work on SMP againRafael J. Wysocki1-1/+1
2006-10-06[PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt1-1/+1
2006-10-06[PATCH] kauditd_thread warning fixAndrew Morton1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells5-40/+33
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells1-3/+1
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells1-9/+3
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2-2/+0
2006-10-04Merge branch 'audit.b32' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+32
2006-10-04[PATCH] rcu: simplify/improve batch tuningOleg Nesterov1-8/+3
2006-10-04[PATCH] rcu: add sched torture type to rcutortureJosh Triplett1-1/+39
2006-10-04[PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett1-1/+15
2006-10-04[PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett1-2/+15
2006-10-04[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementationJosh Triplett1-24/+29
2006-10-04[PATCH] RCU: add fake writers to rcutortureJosh Triplett1-5/+104
2006-10-04[PATCH] rcu: Fix sign bug making rcu_random always return the same sequenceJosh Triplett1-2/+2
2006-10-04[PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start...Josh Triplett1-1/+1
2006-10-04[PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param...Josh Triplett1-1/+1
2006-10-04[PATCH] rcu: Add MODULE_AUTHOR to rcutorture moduleJosh Triplett1-0/+1
2006-10-04[PATCH] SRCU: report out-of-memory errorsAlan Stern2-3/+5
2006-10-04[PATCH] Add SRCU-based notifier chainsAlan Stern1-1/+123
2006-10-04[PATCH] srcu-3: add SRCU operations to rcutorturePaul E. McKenney1-10/+123
2006-10-04[PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney2-1/+258
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman1-0/+7
2006-10-04[PATCH] genirq: irq: add a dynamic irq creation APIEric W. Biederman1-0/+56
2006-10-04[PATCH] genirq: irq: add moved_masked_irqEric W. Biederman1-7/+21
2006-10-04[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman1-3/+3
2006-10-04[PATCH] name_count array overrunSteve Grubb1-2/+17
2006-10-04[PATCH] PPID filtering fixAlexander Viro1-2/+7
2006-10-04[PATCH] arch filter lists with < or > should not be acceptedEric Paris1-1/+8
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones2-2/+0
2006-10-03rcutorture: Fix incorrect description of default for nreaders parameterJosh Triplett1-1/+1
2006-10-03remove duplicate "until" from kernel/workqueue.cRolf Eike Beer1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03[PATCH] scheduler: NUMA aware placement of sched_group_allnodesChristoph Lameter1-3/+4
2006-10-03[PATCH] sched: fixing wrong comment for find_idlest_cpu()Satoru Takeuchi1-1/+1
2006-10-03[PATCH] sched: cleanup sched_group cpu_power setupSiddha, Suresh B1-63/+82
2006-10-03[PATCH] sched: introduce child field in sched_domainSiddha, Suresh B1-10/+30
2006-10-03[PATCH] sched: don't print migration cost when only 1 CPUDave Jones1-6/+8
2006-10-03[PATCH] sched: remove unnecessary sched group allocationsSiddha, Suresh B1-66/+38
2006-10-03[PATCH] sched: force /sbin/init off isolated cpusNick Piggin1-2/+11
2006-10-03[PATCH] kernel-doc for kernel/resource.cRandy Dunlap1-11/+72
2006-10-03[PATCH] kernel-doc for kernel/dma.cRandy Dunlap1-1/+9
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu2-44/+82
2006-10-02[PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells1-2/+0
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater2-6/+30
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-0/+9
2006-10-02[PATCH] introduce kernel_execveArnd Bergmann1-3/+2
2006-10-02[PATCH] nsproxy cloning error path fixPavel1-1/+1
2006-10-02[PATCH] IPC namespace - sysctlsKirill Korotaev1-28/+88
2006-10-02[PATCH] IPC namespace - utilsKirill Korotaev1-0/+10
2006-10-02[PATCH] IPC namespace coreKirill Korotaev2-17/+46
2006-10-02[PATCH] uts: copy nsproxy only when neededSerge Hallyn1-6/+14
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn3-4/+71
2006-10-02[PATCH] namespaces: utsname: sysctlSerge E. Hallyn1-19/+119
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn3-0/+57
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2-8/+8
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-7/+7
2006-10-02[PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater1-1/+1
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn3-16/+37
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-0/+3
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn4-2/+102
2006-10-02[PATCH] make kernel/sysctl.c:_proc_do_string() staticAdrian Bunk1-2/+3
2006-10-02[PATCH] proc: sysctl: add _proc_do_string helperSam Vilain1-29/+36
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks1-0/+3
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-4/+11
2006-10-02[PATCH] disallow kprobes on notifier_call_chainbibo,mao1-1/+1
2006-10-02[PATCH] kprobe whitespace cleanupbibo,mao1-8/+8
2006-10-02[PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2-1/+26
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman1-4/+4
2006-10-02[PATCH] Use struct pspace in next_pidmap and find_ge_pidEric W. Biederman1-6/+7
2006-10-02[PATCH] Define struct pspaceSukadev Bhattiprolu1-22/+31
2006-10-02[PATCH] Move pidmap to pspace.hSukadev Bhattiprolu1-6/+1
2006-10-02[PATCH] pids coding style use struct pidmap in next_pidmapEric W. Biederman1-1/+1
2006-10-02[PATCH] pids: coding style: use struct pidmapSukadev Bhattiprolu1-5/+5
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-1/+1
2006-10-02[PATCH] pid: export the symbols needed to use struct pid *Eric W. Biederman1-0/+3
2006-10-02[PATCH] pid: implement signal functions that take a struct pid *Eric W. Biederman1-10/+47
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman1-0/+36
2006-10-02[PATCH] list module taint flags in Oops/panicRandy Dunlap1-3/+34
2006-10-01[PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen2-1/+5
2006-10-01[PATCH] Create call_usermodehelper_pipe()Andi Kleen1-1/+54
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-10-01[PATCH] csa accounting taskstats updateJay Lan1-11/+14
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan5-31/+33
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan2-0/+23
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan3-1/+77
2006-10-01[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh1-1/+1
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-5/+1
2006-10-01[PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk1-20/+20
2006-10-01[PATCH] ntp: convert to the NTP4 reference modelRoman Zippel1-32/+19
2006-10-01[PATCH] ntp: convert time_freq to nsec valueRoman Zippel1-14/+22
2006-10-01[PATCH] ntp: remove time_toleranceRoman Zippel1-5/+4
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel2-55/+18
2006-10-01[PATCH] ntp: prescale time_offsetRoman Zippel1-48/+16
2006-10-01[PATCH] ntp: add time_freq to tick lengthRoman Zippel1-5/+3
2006-10-01[PATCH] ntp: add time_adj to tick lengthRoman Zippel1-4/+2
2006-10-01[PATCH] ntp: add ntp_update_frequencyRoman Zippel2-13/+48
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz4-384/+391
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky1-2/+2
2006-10-01[PATCH] CodingStyle cleanup for kernel/sys.cCal Peake1-50/+30
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven2-1/+280
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+5
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-0/+2
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells1-0/+1
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen1-4/+4
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2-8/+4
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson1-1/+6
2006-09-29[PATCH] lockdep core: improve the lock-chain-hashIngo Molnar1-2/+2
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox2-1/+10
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell1-0/+3
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson1-6/+20
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson1-17/+70
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-3/+25
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov2-5/+5
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov2-12/+10
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2-3/+1
2006-09-29[PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov1-3/+3
2006-09-29[PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov1-2/+2
2006-09-29[PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov1-6/+3
2006-09-29[PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov1-3/+1
2006-09-29[PATCH] sched_setscheduler: fix? policy checksOleg Nesterov1-20/+18
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov1-3/+2
2006-09-29[PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov1-10/+18
2006-09-29[PATCH] kill extraneous printk in kernel_restart()Cal Peake1-1/+0
2006-09-29[PATCH] Fix ____call_usermodehelper errors being silently ignoredBjörn Steinbrink1-1/+11
2006-09-29[PATCH] exit: fix crash caseAlan Cox1-1/+2
2006-09-29[PATCH] kexec warning fixRoland McGrath1-2/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-13/+6
2006-09-29[PATCH] __dequeue_signal() cleanupRoland McGrath1-4/+2
2006-09-29[PATCH] has_stopped_jobs() cleanupRoland McGrath1-11/+0
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe4-15/+76
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita4-4/+11
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney1-0/+28
2006-09-29[PATCH] lockdep: print kernel versionDave Jones1-0/+13
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu6-5/+6
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev1-0/+12
2006-09-29[PATCH] unwind: fix unused variable warning when !CONFIG_MODULESChuck Ebbert1-1/+3
2006-09-29[PATCH] Fix kerneldoc comments in kernel/timer.cRolf Eike Beer1-12/+17
2006-09-29[PATCH] clean up and remove some extra spinlocks from rtmutexSteven Rostedt1-26/+25
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-0/+2
2006-09-29[PATCH] timer: add lock annotation to lock_timer_baseJosh Triplett1-0/+1
2006-09-29[PATCH] module_subsys: initialize earlierMark Huang1-1/+1
2006-09-29[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock}Josh Triplett1-4/+4
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa1-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa1-1/+1
2006-09-29[PATCH] kernel-doc for relay interfaceRandy Dunlap1-14/+22
2006-09-29[PATCH] kernel/params: driver layer error checkingRandy Dunlap1-2/+11
2006-09-29[PATCH] remove generic__raw_read_trylock()Matthew Wilcox1-11/+0
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+4
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream ...Russell King1-1/+1
2006-09-27[PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman1-3/+0
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-0/+9
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-75/+38
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-0/+5
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells1-54/+0
2006-09-26Resources: insert identical resources above existing resourcesMatthew Wilcox1-16/+16
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds7-11/+110
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-4/+22
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-0/+30
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki2-0/+14
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki4-246/+186
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki3-70/+540
2006-09-26[PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki1-9/+15
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2-14/+14
2006-09-26[PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki1-15/+17
2006-09-26[PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki1-40/+53
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-14/+13
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki6-96/+137
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki2-28/+76
2006-09-26[PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki1-30/+32
2006-09-26[PATCH] swsusp: read speedupAndrew Morton3-71/+79
2006-09-26[PATCH] swsusp: add read-speed instrumentationAndrew Morton1-0/+5
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-18/+75
2006-09-26[PATCH] swsusp: add write-speed instrumentationAndrew Morton1-3/+29
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+2
2006-09-26[PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley3-10/+10
2006-09-26[PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley1-1/+1
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-2/+2
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter1-0/+11
2006-09-26[PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter1-4/+12
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter1-1/+1
2006-09-26[PATCH] Fix longstanding load balancing bug in the schedulerChristoph Lameter1-8/+46
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-7/+28
2006-09-26[PATCH] Add the __stack_chk_fail() functionArjan van de Ven1-0/+12
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven1-0/+5
2006-09-26[PATCH] Avoid recursion in lockdep when stack tracer takes locksAndi Kleen1-0/+4
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen1-1/+4
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-0/+5
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen1-0/+31
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus2-0/+9
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus1-0/+11
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus1-3/+1
2006-09-25PM: no suspend_prepare() phaseDavid Brownell1-4/+0
2006-09-25PM: add kconfig option for deprecated .../power/state filesDavid Brownell1-0/+11