summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-088-12/+12
|\
| * tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König2010-02-151-1/+1
| * devres/irq: Fix devm_irq_match commentJean Delvare2010-02-111-1/+1
| * Remove reference to kthread_create_on_cpuAnton Blanchard2010-02-091-1/+1
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
| * devres: typo fix s/dev/devm/Baruch Siach2010-02-051-1/+1
| * Remove redundant trailing semicolons from macrosEdward Z. Yang2010-02-051-3/+3
| * fix comment typo boo -> boot in ksysfs.cThadeu Lima de Souza Cascardo2010-02-051-1/+1
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
| * Fix misspellings of "invocation" in comments.Adam Buchbinder2010-02-041-1/+1
| * Fix misspellings of "truly" in comments.Adam Buchbinder2010-02-041-2/+2
* | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-0/+5
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-062-0/+26
* | printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan2010-03-061-2/+1
* | kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa2010-03-061-1/+1
* | panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-061-16/+30
* | kernel core: use helpers for rlimitsJiri Slaby2010-03-067-16/+20
* | posix-cpu-timers: cleanup rlimits usageJiri Slaby2010-03-061-15/+17
* | kernel/exit.c: fix shadows sparse warningThiago Farina2010-03-061-1/+1
* | includecheck fix for kernel/params.cJaswinder Singh Rajput2010-03-061-1/+0
* | splice: comparing unsigned int < 0Dan Carpenter2010-03-061-2/+3
* | kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong2010-03-061-1/+1
* | mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-062-0/+12
* | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+5
* | mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-1/+2
* | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-062-2/+2
* | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-052-90/+569
|\ \
| * | kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-252-3/+97
| * | kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-51/+410
| * | kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-251-39/+65
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-03-051-1/+7
|\ \ \
| * | | padata: Allocate the cpumask for the padata instanceSteffen Klassert2010-03-041-1/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-82/+32
|\ \ \ \
| * \ \ \ Merge branch 'for-fsnotify' into for-linusAl Viro2010-03-031-5/+2
| |\ \ \ \
| | * | | | Lose the first argument of audit_inode_child()Al Viro2010-02-081-5/+2
| * | | | | new helper: iterate_mounts()Al Viro2010-03-031-33/+16
| * | | | | New helper: path_is_under(path1, path2)Al Viro2010-03-031-39/+12
| * | | | | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-5/+2
* | | | | | Prioritize synchronous signals over 'normal' signalsLinus Torvalds2010-03-031-13/+30
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-031-4/+5
|\ \ \ \ \ \
| * | | | | | resource: Fix broken indentationH. Peter Anvin2010-03-021-1/+1
| * | | | | | resource: Fix generic page_is_ram() for partial RAM pagesWu Fengguang2010-03-011-4/+5
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-034-46/+74
|\ \ \ \ \ \ \
| * | | | | | | sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu2010-02-171-24/+25
| * | | | | | | sparseirq: Change irq_desc_ptrs to staticYinghai Lu2010-02-173-8/+9
| * | | | | | | irq: Remove unnecessary bootmem codeYinghai Lu2010-02-171-11/+3
| * | | | | | | x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-9/+43
* | | | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-033-1/+743
|\ \ \ \ \ \ \ \
| * | | | | | | | early_res: Need to save the allocation name in drop_range_partial()Yinghai Lu2010-03-011-2/+12