aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-05-08proc: maps protectionKees Cook
2007-05-08Optimize timespec_trunc()Eric Dumazet
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava
2007-05-08module: use kreallocPekka Enberg
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov
2007-05-08freezer: task->exit_state should be treated as boleanOleg Nesterov
2007-05-08simplify the stacktrace codeChristoph Hellwig
2007-05-07swsusp: free more memoryRafael J. Wysocki
2007-05-07swsusp: fix snapshot_releaseRafael J. Wysocki
2007-05-07kconfig: mention 'hibernation' not just swsuspDavid Brownell
2007-05-07power management: change /sys/power/disk displayJohannes Berg
2007-05-07remove software_suspend()Johannes Berg
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki
2007-05-07swsusp: fix error paths in snapshot_openRafael J. Wysocki
2007-05-07swsusp: do not use page flagsRafael J. Wysocki
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki
2007-05-07fix refrigerator() vs thaw_process() raceOleg Nesterov
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg
2007-04-30power management: remove firmware disk modeJohannes Berg
2007-04-30rework pm_ops pm_disk_mode, kill misuseJohannes Berg
2007-04-30Extend print_symbol capabilityRobert Peterson
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik
2007-04-27[NET]: Fix networking compilation errorsDavid Howells
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-04-27mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occursAkinobu Mita
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg
2007-04-27make SysRq-T show all tasks againIngo Molnar
2007-04-26[AF_RXRPC]: Make it possible to merely try to cancel timers from a moduleDavid Howells
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2007-04-25[TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo