aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-11/+15
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner1-0/+46
2008-08-15kexec: use a mutex for locking rather than xchg()Andrew Morton1-24/+10
2008-08-15kexec jump: fix for ftraceHuang Ying1-2/+0
2008-08-15kexec jump: in sync with hibernation implementationHuang Ying1-0/+2
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2-6/+2
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-3/+3
2008-08-15kexec jump: clean up #ifdef and commentsHuang Ying1-9/+8
2008-08-15kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying1-1/+2
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells2-11/+15
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan1-45/+51
2008-08-12cpu hotplug: s390 doesn't support additional_cpus anymore.Heiko Carstens1-1/+1
2008-08-12Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+6
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-2/+1
2008-08-12generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fixNick Piggin1-4/+6
2008-08-12stop_machine: remove unused variableLi Zefan1-1/+0
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven1-1/+1
2008-08-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-137/+73
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-5/+15
2008-08-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-120/+336
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar7-113/+289
2008-08-12Merge branch 'sched/clock' into sched/urgentIngo Molnar2-116/+49
2008-08-11lockdep: fix debug_lock_allocPeter Zijlstra1-6/+0
2008-08-11sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacksDmitry Adamushko1-3/+2
2008-08-11generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask()Nick Piggin1-7/+47
2008-08-11sched: fix mysql+oltp regressionMike Galbraith1-7/+12
2008-08-11Merge branch 'linus' into sched/urgentIngo Molnar18-125/+239
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar1-12/+12
2008-08-11lockdep: handle chains involving classes defined in modulesRabin Vincent2-0/+4
2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra1-0/+11
2008-08-11lockdep: lock protection locksPeter Zijlstra1-5/+21
2008-08-11lockdep: map_acquirePeter Zijlstra1-12/+12
2008-08-11lockdep: shrink held_lock structureDave Jones2-51/+65
2008-08-11lockdep: re-annotate scheduler runqueuesPeter Zijlstra2-5/+14
2008-08-11lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra1-0/+69
2008-08-11Merge branch 'linus' into sched/clockIngo Molnar18-125/+239
2008-08-11sched_clock: delay using sched_clock()Peter Zijlstra1-2/+17
2008-08-07DMA: make dma-coherent.c documentation kdoc-friendlyDmitry Baryshkov1-5/+5
2008-08-05pm_qos: spelling fixesRichard Hughes1-8/+8
2008-08-05dma: fix order calculation in dma_mark_declared_memory_occupied()Jan Beulich1-3/+2
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-08-05semaphore: __down_common: use signal_pending_state()Oleg Nesterov1-3/+1
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi1-1/+11
2008-08-04Merge branch 'audit.b56' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-0/+7
2008-08-04__sched_setscheduler: don't do any policy checks when not "user"Jeremy Fitzhardinge1-10/+12
2008-08-04Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang1-0/+7
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath1-3/+3
2008-08-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-25/+69
2008-08-01[PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output.zhangxiliang1-3/+8