aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-12-23[PATCH] suspend: fix suspend on single-CPU systemsIngo Molnar1-2/+2
2006-12-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-4/+6
2006-12-22[PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman1-15/+22
2006-12-22[PATCH] relay: remove inliningAndrew Morton1-8/+7
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov1-1/+1
2006-12-22[PATCH] schedule_timeout(): improve warning messageAndrew Morton1-4/+3
2006-12-22[PATCH] audit: fix kstrdup() error checkAkinobu Mita1-2/+2
2006-12-22[PATCH] genirq: fix irq flow handler uninstallThomas Gleixner1-2/+1
2006-12-22[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_mapTim Chen1-1/+1
2006-12-22[PATCH] make kernel/printk.c:ignore_loglevel_setup() staticAdrian Bunk1-1/+1
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2-3/+3
2006-12-22[PATCH] Conditionally check expected_preempt_count in __resched_legal()Mark Fasheh1-0/+2
2006-12-21[PATCH] workqueue: fix schedule_on_each_cpu()Ingo Molnar1-3/+5
2006-12-21[PATCH] sched: improve efficiency of sched_fork()Peter Williams1-1/+2
2006-12-21[PATCH] __set_irq_handler bogus spaceGeert Uytterhoeven1-1/+1
2006-12-20merge linus into test branchLen Brown3-1314/+8
2006-12-16Make workqueue bit operations work on "atomic_long_t"Linus Torvalds1-8/+8
2006-12-16Pull bugfix into test branchLen Brown2-4/+6
2006-12-15Remove stack unwinder for nowLinus Torvalds2-1306/+0
2006-12-13Driver core: deprecate PM_LEGACY, default it to NDavid Brownell1-4/+5
2006-12-13Driver core: show "initstate" of moduleKay Sievers1-0/+25
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle1-1/+1
2006-12-13[PATCH] Optimize calc_load()Eric Dumazet1-5/+9
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-2/+2
2006-12-13[PATCH] lockdep: fix possible races while disabling lock-debuggingIngo Molnar1-65/+105
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar2-5/+5
2006-12-13[PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP tooIngo Molnar1-8/+0
2006-12-13[PATCH] lockdep: clean up VERY_VERBOSE defineIngo Molnar1-3/+1
2006-12-13[PATCH] lockdep: improve lockdep_reset()Ingo Molnar1-0/+3
2006-12-13[PATCH] lockdep: improve verbose messagesIngo Molnar1-2/+6
2006-12-13[PATCH] lockdep: filter off by defaultIngo Molnar1-2/+2
2006-12-13[PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar1-2/+1
2006-12-13[PATCH] PM: Fix SMP races in the freezerRafael J. Wysocki1-7/+10
2006-12-13[PATCH] PM: Fix freezing of stopped tasksRafael J. Wysocki2-7/+9
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-16/+66
2006-12-13[PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman1-3/+1
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker2-8/+14
2006-12-10[PATCH] clocksource: add usage of CONFIG_SYSFSDaniel Walker1-0/+2
2006-12-10[PATCH] round_jiffies infrastructureArjan van de Ven1-0/+132
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov2-5/+2
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2-19/+7
2006-12-10[PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov1-6/+5
2006-12-10[PATCH] kernel/sched.c: whitespace cleanupsMiguel Ojeda Sandonis1-40/+55
2006-12-10[PATCH] sched: optimize activate_task for RT taskChen, Kenneth W1-3/+5
2006-12-10[PATCH] sched: remove lb_stopbalance counterChen, Kenneth W1-7/+4
2006-12-10[PATCH] sched: decrease number of load balancesSiddha, Suresh B1-12/+47
2006-12-10[PATCH] sched: improve migration accuracyMike Galbraith1-21/+20
2006-12-10[PATCH] sched: add option to serialize load balancingChristoph Lameter1-0/+9
2006-12-10[PATCH] sched: call tasklet less frequentlyChristoph Lameter1-2/+16
2006-12-10[PATCH] sched: use softirq for load balancingChristoph Lameter1-5/+17
2006-12-10[PATCH] sched: move idle status calculation into rebalance_tick()Christoph Lameter1-21/+16
2006-12-10[PATCH] sched: extract load calculation from rebalance_tickChristoph Lameter1-42/+54
2006-12-10[PATCH] sched: disable interrupts for locking in load_balance()Christoph Lameter1-5/+6
2006-12-10[PATCH] sched: remove staggering of load balancingChristoph Lameter1-8/+2
2006-12-10[PATCH] sched: avoid taking rq lock in wake_priority_sleeperChristoph Lameter1-0/+3
2006-12-10[PATCH] move_task_off_dead_cpu() should be called with disabled intsKirill Korotaev1-3/+14
2006-12-10[PATCH] ched domain: move sched group allocations to percpu areaSiddha, Suresh B1-68/+64
2006-12-10[PATCH] sched.c: correct comment for this_rq_lock()Robert P. J. Day1-1/+1
2006-12-10[PATCH] io-accounting: via taskstatsAndrew Morton1-0/+9
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton1-0/+2
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-25/+22
2006-12-10[PATCH] sysctl: remove some OPsAlexey Dobriyan1-10/+0
2006-12-10[PATCH] ipc-procfs-sysctl mixupsRandy Dunlap1-0/+11
2006-12-09[PATCH] WorkStruct: Use direct assignment rather than cmpxchg()David Howells1-12/+9
2006-12-08[PATCH] sysctl: fix sys_sysctl interface of ipc sysctlsEric W. Biederman1-0/+60
2006-12-08[PATCH] sysctl: simplify ipc ns specific sysctlsEric W. Biederman1-57/+49
2006-12-08[PATCH] sysctl: implement sysctl_uts_string()Eric W. Biederman1-5/+32
2006-12-08[PATCH] sysctl: simplify sysctl_uts_stringEric W. Biederman1-102/+26
2006-12-08[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-11/+8
2006-12-08[PATCH] sys_setpgid: eliminate unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-7/+4
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu3-11/+26
2006-12-08[PATCH] use current->nsproxy->pid_nsCedric Le Goater1-3/+3
2006-12-08[PATCH] to nsproxyCedric Le Goater2-7/+42
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu1-24/+25
2006-12-08[PATCH] identifier to nsproxyCedric Le Goater1-1/+3
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev4-20/+21
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2-2/+2
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater4-16/+17
2006-12-08[PATCH] struct path: convert kernelJosef Sipek2-13/+13
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek5-16/+16
2006-12-08[PATCH] lockdep: avoid lockdep warning in mdNeilBrown1-0/+9
2006-12-08[PATCH] sys_unshare: remove a broken CLONE_SIGHAND codeOleg Nesterov1-12/+4
2006-12-08[PATCH] make set_special_pids() staticOleg Nesterov1-1/+1
2006-12-08[PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov1-5/+2
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra4-11/+10
2006-12-08[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto1-1/+2
2006-12-08[PATCH] move kallsyms data to .rodataJan Beulich1-8/+8
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds1-0/+1
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+1
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-0/+73
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+5
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds4-45/+173
2006-12-07[PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage1-2/+3
2006-12-07[PATCH] add ignore_loglevel boot optionIngo Molnar1-1/+13
2006-12-07[PATCH] lockdep: register_lock_class() fixIngo Molnar1-0/+6
2006-12-07[PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm1-0/+56
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller13-19/+19
2006-12-07[PATCH] futex: remove unneeded barrierRalf Baechle1-1/+1
2006-12-07[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutortureJosh Triplett1-2/+2
2006-12-07[PATCH] sys: remove unused variableDavid Rientjes1-2/+2
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk1-3/+0
2006-12-07[PATCH] softirq: remove BUG_ONs which can incorrectly triggerZachary Amsden1-2/+0
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar1-0/+3
2006-12-07[PATCH] lockdep: more chainsIngo Molnar1-1/+1
2006-12-07[PATCH] sched: correct output of show_state()Chris Caputo1-4/+4
2006-12-07[PATCH] sysctl: string length calculated is wrong if it contains negative num...BP, Praveen1-2/+2
2006-12-07[PATCH] futex: init error checkAkinobu Mita1-2/+8
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan3-6/+3
2006-12-07[PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet1-1/+3
2006-12-07[PATCH] make kernel/signal.c:kill_proc_info() staticAdrian Bunk1-2/+1
2006-12-07[PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk1-7/+0
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar4-11/+1
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu1-21/+96
2006-12-07[PATCH] remove the syslog interface when printk is disabledMike Galbraith1-6/+1
2006-12-07[PATCH] HZ: 300Hz supportAlan Cox1-5/+15
2006-12-07[PATCH] debug: workqueue locking sanityPeter Zijlstra1-0/+13
2006-12-07[PATCH] sleep profilingIngo Molnar2-9/+41
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra2-2/+3
2006-12-07[PATCH] lockdep: print current locks on in_atomic warningsPeter Zijlstra1-0/+2
2006-12-07[PATCH] taskstats: cleanup reply assemblingOleg Nesterov1-22/+16
2006-12-07[PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov1-42/+44
2006-12-07[PATCH] taskstats: factor out reply assemblingOleg Nesterov1-27/+28
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov2-2/+25
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2-32/+17
2006-12-07[PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov1-13/+4
2006-12-07[PATCH] profile: fix uaccess handlingHeiko Carstens1-1/+2
2006-12-07[PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exitRoland McGrath1-1/+10
2006-12-07[PATCH] lockdep: misc fixes in lockdep.cJarek Poplawski1-3/+6
2006-12-07[PATCH] lockdep: internal locking fixesJarek Poplawski1-10/+15
2006-12-07[PATCH] cpuset: minor code refinementsPaul Jackson1-5/+4
2006-12-07[PATCH] Export pm_suspend for the shared APM emulationRalf Baechle1-1/+2
2006-12-07[PATCH] SysRq-X: show blocked tasksIngo Molnar1-3/+8
2006-12-07[PATCH] /proc/kallsyms reports lower-case types for some non-exported symbolsAdam B. Jerome1-8/+5
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra1-0/+1
2006-12-07[PATCH] Support for freezeable workqueuesRafael J. Wysocki1-6/+14
2006-12-07[PATCH] swsusp: kill write-only variablePavel Machek1-3/+1
2006-12-07[PATCH] PM: Fix swsusp debug mode testprocRafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki5-11/+11
2006-12-07[PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki1-1/+2
2006-12-07[PATCH] swsusp: Untangle freeze_processesRafael J. Wysocki1-30/+54
2006-12-07[PATCH] swsusp: Untangle thaw_processesRafael J. Wysocki1-22/+27
2006-12-07[PATCH] convert pm_sem to a mutexStephen Hemminger4-26/+28
2006-12-07[PATCH] suspend to disk fails if gdb is suspended with a traced childRafael J. Wysocki1-1/+3
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki3-22/+39
2006-12-07[PATCH] suspend: don't change cpus_allowed for task initiating the suspendSiddha, Suresh B1-5/+1
2006-12-07[PATCH] swsusp: Support i386 systems with PAE or without PSERafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: thaw userspace and kernel space separatelyNigel Cunningham1-7/+18
2006-12-07[PATCH] swsusp: clean up whitespace in freezer outputNigel Cunningham1-8/+8
2006-12-07[PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUGNigel Cunningham1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham8-1/+8
2006-12-07[PATCH] swsusp: fix platform modeStefan Seyfried1-0/+22
2006-12-07[PATCH] swsusp: use __GFP_WAITRafael J. Wysocki1-3/+3
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki5-239/+671
2006-12-07[PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2-1/+44
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki3-5/+26
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki4-72/+80
2006-12-07[PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki1-109/+112
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki2-3/+4
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2-1/+34
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter7-14/+14
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter4-6/+6
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra1-14/+14
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule2-11/+8
2006-12-06audit: Add auditing to ipsecJoy Latten1-1/+5
2006-12-07[PATCH] unwinder: move .eh_frame to RODATAJan Beulich1-1/+1
2006-12-07[PATCH] unwinder: fully support linker generated .eh_frame_hdr sectionJan Beulich1-19/+47
2006-12-07[PATCH] unwinder: Add debugging output to the Dwarf2 unwinderJan Beulich1-17/+96
2006-12-07[PATCH] unwinder: more sanity checks in Dwarf2 unwinderJan Beulich1-1/+15
2006-12-07[PATCH] unwinder: Remove lockdep disabling of nested locks for unwinderAndi Kleen1-4/+0
2006-12-07[PATCH] unwinder: Use probe_kernel_address instead of __get_user in kernel/un...Andi Kleen1-6/+8
2006-12-07[PATCH] x86: add sysctl for kstack_depth_to_printChuck Ebbert1-0/+9
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells3-1/+16
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells8-32/+63
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-12-04[PATCH] severing module.h->sched.hAl Viro2-1/+15
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-6/+2
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf1-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-2/+1
2006-12-01Driver core: show drivers in /sys/module/Kay Sievers1-6/+25
2006-11-28Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-4/+5
2006-11-28[PATCH] fix create_write_pipe() error checkAkinobu Mita1-4/+4
2006-11-28[PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwindJan Beulich1-4/+5
2006-11-25[PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven1-0/+21
2006-11-25[PATCH] fix copy_process() error checkAkinobu Mita1-3/+2
2006-11-22Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2-7/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+6
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells5-26/+30
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells1-9/+32
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells1-3/+3
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-23/+28
2006-11-17[PATCH] lockdep: fix static keys in module-allocated percpu areasIngo Molnar1-1/+2
2006-11-16[PATCH] some irq_chip variables point to NULLZhang, Yanmin1-0/+2
2006-11-14Revert "[PATCH] fix Data Acess error in dup_fd"Linus Torvalds1-1/+0
2006-11-14[PATCH] setup_irq(): better mismatch debuggingAndrew Morton1-2/+7
2006-11-13[PATCH] Fix misrouted interrupts deadlocksPavel Emelianov1-1/+5
2006-11-13[PATCH] fix Data Acess error in dup_fdSharyathi Nagesh1-0/+1
2006-11-06[PATCH] sysctl: allow a zero ctl_name in the middle of a sysctl tableEric W. Biederman1-3/+5
2006-11-06[PATCH] Improve the removed sysctl warningsEric W. Biederman1-1/+21
2006-11-06[PATCH] lockdep: fix delayacct locking bugPeter Zijlstra1-6/+9