summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov2007-05-081-1/+1
* freezer: task->exit_state should be treated as boleanOleg Nesterov2007-05-081-3/+2Star
* simplify the stacktrace codeChristoph Hellwig2007-05-081-2/+1Star
* swsusp: free more memoryRafael J. Wysocki2007-05-072-2/+12
* swsusp: fix snapshot_releaseRafael J. Wysocki2007-05-071-1/+0Star
* kconfig: mention 'hibernation' not just swsuspDavid Brownell2007-05-071-3/+8
* power management: change /sys/power/disk displayJohannes Berg2007-05-071-1/+28
* remove software_suspend()Johannes Berg2007-05-072-15/+8Star
* swsusp: use rbtree for tracking allocated swapRafael J. Wysocki2007-05-074-118/+86Star
* swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki2007-05-074-20/+38
* swsusp: fix error paths in snapshot_openRafael J. Wysocki2007-05-071-4/+6
* swsusp: do not use page flagsRafael J. Wysocki2007-05-075-22/+259
* swsusp: use inline functions for changing page flagsRafael J. Wysocki2007-05-071-23/+25
* fix refrigerator() vs thaw_process() raceOleg Nesterov2007-05-071-2/+4
* Return EPERM not ECHILD on security_task_wait failureRoland McGrath2007-05-071-2/+15
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-074-16/+4Star
* cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes2007-05-071-2/+20
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-0/+8
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-055-34/+36
|\
| * [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2007-05-021-0/+2
| * [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-4/+4
| * [PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge2007-05-021-1/+1
| * [PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal2007-05-021-15/+27
| * [PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2007-05-022-14/+2Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-056-22/+26
|\ \
| * | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-036-22/+26
| |/
* / MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-031-0/+3
|/
* power management: force pm_ops.valid callback to be assignedJohannes Berg2007-05-011-2/+2
* power management: implement pm_ops.valid for everybodyJohannes Berg2007-05-011-0/+13
* power management: remove firmware disk modeJohannes Berg2007-05-011-16/+11Star
* rework pm_ops pm_disk_mode, kill misuseJohannes Berg2007-05-012-22/+44
* Extend print_symbol capabilityRobert Peterson2007-05-011-8/+15
* libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-21/+0Star
* [NET]: Fix networking compilation errorsDavid Howells2007-04-281-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-04-272-4/+18
|\
| * mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occursAkinobu Mita2007-04-271-1/+3
| * s2ram: add arch irq disable/enable hooksJohannes Berg2007-04-271-3/+15
* | make SysRq-T show all tasks againIngo Molnar2007-04-271-1/+1
|/
* [AF_RXRPC]: Make it possible to merely try to cancel timers from a moduleDavid Howells2007-04-271-0/+2
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger2007-04-261-0/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-262-5/+5
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-4/+4
* [NET_SCHED]: Use ktime as clocksourcePatrick McHardy2007-04-261-0/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-0/+1
* Allow reading tainted flag as userBastian Blank2007-04-241-1/+1
* [PATCH] fix kernel oops with badly formatted module optionRandy Dunlap2007-04-131-0/+4
* sched.c: Remove unused variable 'relative'Linus Torvalds2007-04-071-1/+0Star
* [PATCH] sched: get rid of p->children use in show_task()Ingo Molnar2007-04-071-34/+1Star