aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-13lockdep: build fixIngo Molnar1-0/+13
2008-08-12generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fixNick Piggin1-4/+6
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar7-113/+289
2008-08-11lockdep: fix debug_lock_allocPeter Zijlstra1-6/+0
2008-08-11generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask()Nick Piggin1-7/+47
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-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
2008-08-01[PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang1-1/+1
2008-08-01Re: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE audit messageszhangxiliang1-2/+8
2008-08-01kernel/audit.c control character detection is off-by-oneVesa-Matti J Kari1-1/+1
2008-08-01[PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditdEric Paris1-1/+1
2008-08-01kgdb: fix gdb serial thread queriesJason Wessel1-18/+50
2008-08-01kgdb: fix kgdb_validate_break_address to perform a mem writeJason Wessel1-7/+19
2008-08-01lockdep: change scheduler annotationPeter Zijlstra1-6/+4
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller3-31/+92
2008-07-30sched: make scheduler sysfs attributes sysdev class devicesAndi Kleen1-11/+11
2008-07-30workqueues: add comments to __create_workqueue_key()Oleg Nesterov1-1/+12
2008-07-30printk: fix comment for printk ratelimitingUwe Kleine-König1-4/+4
2008-07-30markers: fix markers read barrier for multiple probesMathieu Desnoyers1-2/+10
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan1-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan1-1/+1
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan1-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan1-5/+2
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan1-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan1-18/+12
2008-07-30cgroup: fix possible memory leakLi Zefan1-2/+5
2008-07-30resource: add resource_size()Magnus Damm1-1/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-0/+155
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar65-1798/+2720
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar5-188/+158
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds1-108/+20