aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-07swsusp: free more memoryRafael J. Wysocki2-2/+12
2007-05-07swsusp: fix snapshot_releaseRafael J. Wysocki1-1/+0
2007-05-07kconfig: mention 'hibernation' not just swsuspDavid Brownell1-3/+8
2007-05-07power management: change /sys/power/disk displayJohannes Berg1-1/+28
2007-05-07remove software_suspend()Johannes Berg2-15/+8
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki4-118/+86
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki4-20/+38
2007-05-07swsusp: fix error paths in snapshot_openRafael J. Wysocki1-4/+6
2007-05-07swsusp: do not use page flagsRafael J. Wysocki5-22/+259
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki1-23/+25
2007-05-07fix refrigerator() vs thaw_process() raceOleg Nesterov1-2/+4
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath1-2/+15
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter4-16/+4
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes1-2/+20
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-0/+8
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds5-34/+36
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-22/+26
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-0/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman6-22/+26
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+2
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-4/+4
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal1-15/+27
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2-14/+2
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg1-2/+2
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg1-0/+13
2007-04-30power management: remove firmware disk modeJohannes Berg1-16/+11
2007-04-30rework pm_ops pm_disk_mode, kill misuseJohannes Berg2-22/+44
2007-04-30Extend print_symbol capabilityRobert Peterson1-8/+15
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-21/+0
2007-04-27[NET]: Fix networking compilation errorsDavid Howells1-0/+2
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-4/+18
2007-04-27mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occursAkinobu Mita1-1/+3
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg1-3/+15
2007-04-27make SysRq-T show all tasks againIngo Molnar1-1/+1
2007-04-26[AF_RXRPC]: Make it possible to merely try to cancel timers from a moduleDavid Howells1-0/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger1-0/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2-5/+5
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+4
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-0/+1
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-0/+1
2007-04-24Allow reading tainted flag as userBastian Blank1-1/+1
2007-04-12[PATCH] fix kernel oops with badly formatted module optionRandy Dunlap1-0/+4
2007-04-07sched.c: Remove unused variable 'relative'Linus Torvalds1-1/+0
2007-04-07[PATCH] sched: get rid of p->children use in show_task()Ingo Molnar1-34/+1
2007-04-07[PATCH] irq-devres: fix failure path of devm_request_irq()Tejun Heo1-1/+1
2007-04-07[PATCH] high-res timers: resume fixIngo Molnar2-1/+13
2007-04-04[PATCH] fix jiffies clocksource inittimejohn stultz1-1/+1