aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-31Merge branch 'linus' into sched/urgentIngo Molnar10-197/+345
2008-07-31sched clock: couple local and remote clocksIngo Molnar1-12/+21
2008-07-31sched clock: simplify __update_sched_clock()Ingo Molnar1-3/+4
2008-07-31sched: eliminate scd->prev_rawIngo Molnar1-5/+1
2008-07-31sched clock: clean up sched_clock_cpu()Ingo Molnar1-5/+2
2008-07-31sched clock: revert various sched_clock() changesIngo Molnar2-98/+13
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-30Merge branch 'sched/urgent' into sched/clockIngo Molnar4-13/+12
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
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar23-283/+617
2008-07-28locking: fix mutex @key parameter kernel-doc notationRandy Dunlap1-0/+1
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-189/+158
2008-07-28sched: move sched_clock before first useHugh Dickins1-10/+9
2008-07-28sched: test runtime rather than period in global_rt_runtime()roel kluin1-1/+1
2008-07-28sched: fix SCHED_HRTICK dependencyOGAWA Hirofumi1-1/+1
2008-07-28sched: fix warning in hrtick_start_fair()Peter Zijlstra1-1/+1