aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingGravatar Stanislaw Gruszka 1-48/+27
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesGravatar Eric W. Biederman 1-0/+3
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesGravatar Eric W. Biederman 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 2-3/+14
2010-03-06elf coredump: add extended numbering supportGravatar Daisuke HATAYAMA 1-0/+5
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsGravatar Daisuke HATAYAMA 2-0/+26
2010-03-06printk: avoid warning when CONFIG_PRINTK is disabledGravatar Gustavo F. Padovan 1-2/+1
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsGravatar Tetsuo Handa 1-1/+1
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorGravatar Anton Blanchard 1-16/+30
2010-03-06kernel core: use helpers for rlimitsGravatar Jiri Slaby 7-16/+20
2010-03-06posix-cpu-timers: cleanup rlimits usageGravatar Jiri Slaby 1-15/+17
2010-03-06kernel/exit.c: fix shadows sparse warningGravatar Thiago Farina 1-1/+1
2010-03-06includecheck fix for kernel/params.cGravatar Jaswinder Singh Rajput 1-1/+0
2010-03-06splice: comparing unsigned int < 0Gravatar Dan Carpenter 1-2/+3
2010-03-06kernel/cpu.c: delete deprecated definition in cpu_up()Gravatar Chen Gong 1-1/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeGravatar Rafael J. Wysocki 2-0/+12
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-1/+5
2010-03-06mm: avoid false sharing of mm_counterGravatar KAMEZAWA Hiroyuki 1-1/+2
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 2-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Gravatar Akinobu Mita 1-1/+1
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-90/+569
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+7
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-82/+32
2010-03-04padata: Allocate the cpumask for the padata instanceGravatar Steffen Klassert 1-1/+7
2010-03-03Prioritize synchronous signals over 'normal' signalsGravatar Linus Torvalds 1-13/+30
2010-03-03Merge branch 'for-fsnotify' into for-linusGravatar Al Viro 1-5/+2
2010-03-03new helper: iterate_mounts()Gravatar Al Viro 1-33/+16
2010-03-03New helper: path_is_under(path1, path2)Gravatar Al Viro 1-39/+12
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-5/+2
2010-03-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+5
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-46/+74
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-1/+743
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 9-27/+30
2010-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-31/+25
2010-03-02resource: Fix broken indentationGravatar H. Peter Anvin 1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Gravatar Linus Torvalds 1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-4/+2
2010-03-01early_res: Need to save the allocation name in drop_range_partial()Gravatar Yinghai Lu 1-2/+12
2010-03-01resource: Fix generic page_is_ram() for partial RAM pagesGravatar Wu Fengguang 1-4/+5
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2010-03-01Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Gravatar Linus Torvalds 1-3/+3
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-7/+20
2010-03-01sparc: Support show_unhandled_signals.Gravatar David S. Miller 1-1/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 48-3570/+4280
2010-03-01Merge branch 'next' into for-linusGravatar James Morris 2-31/+25
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+88
2010-02-28blktrace: perform cleanup after setup errorGravatar Dmitry Monakhov 1-2/+3
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+13