aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov1-18/+0
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman1-82/+0
2010-05-27kmod: add init function to usermodehelperNeil Horman2-25/+32
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov1-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-0/+20
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+4
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-4/+16
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov1-1/+0
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2010-05-25Revert "module: drop the lock while waiting for module to complete initialization."Linus Torvalds1-37/+22
2010-05-25proc_dointvec: write a single valueJ. R. Okajima1-1/+3
2010-05-25sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko1-6/+3
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang1-2/+0
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-1/+4
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-1/+1
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+25
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-0/+15
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+10
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2-8/+52
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-2/+2
2010-05-24timers: Fix slack calculation for expired timersJeff Chua1-3/+4
2010-05-24timekeeping: Fix timezone updateThomas Gleixner1-4/+4
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+15
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-4/+22
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-22/+37
2010-05-21Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-29/+56
2010-05-21sysctl: fix kernel-doc notation and typosRandy Dunlap1-19/+19
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-54/+131
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe102-5064/+12638
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe1-0/+9
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe2-29/+46
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+16
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds22-1767/+8285
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright2-2/+3
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+5
2010-05-21kref: remove kref_setNeilBrown1-2/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+16
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-162/+390
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+16
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel1-0/+19
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel1-0/+7
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel4-4/+35
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+16
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+26
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-1/+1
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-8/+0
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel2-0/+213
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel5-6/+34