aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18sysctl core: Stop using the unnecessary ctl_table typedefEric W. Biederman1-18/+18
2007-10-18stop using DMA_xxBIT_MASKAndrew Morton1-2/+8
2007-10-18unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov1-10/+14
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds1-0/+5
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan2-19/+0
2007-10-18Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki1-0/+7
2007-10-18Hibernation: Arbitrary boot kernel support on x86_64Rafael J. Wysocki1-0/+2
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon1-5/+2
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-0/+38
2007-10-18PM: Rename hibernation_ops to platform_hibernation_opsRafael J. Wysocki1-4/+4
2007-10-18PM: Rework struct hibernation_opsRafael J. Wysocki1-6/+32
2007-10-18PM: Make suspend_ops staticRafael J. Wysocki1-2/+0
2007-10-18PM: Rework struct platform_suspend_opsRafael J. Wysocki2-10/+9
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-11/+11
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki3-109/+112
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-1/+1
2007-10-18[libata] kill ata_sg_is_last()Jeff Garzik1-12/+0
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen1-21/+21
2007-10-18[MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle1-0/+6
2007-10-18[MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackRalf Baechle1-1/+0
2007-10-18[MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer1-1/+8
2007-10-18[NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is requiredLi Zefan1-8/+5
2007-10-18[NET]: Fix OOPS due to missing check in dev_parse_header().Patrick McHardy1-1/+1
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+2
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu1-3/+3
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-0/+6
2007-10-17[IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu1-6/+2
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu1-1/+1
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu1-0/+8
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov1-11/+1
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov1-4/+8
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov1-0/+1
2007-10-17[SPARC/64]: Consolidate of_register_driverStephen Rothwell3-8/+6
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov2-3/+0
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2-2/+5
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov2-3/+12
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov1-0/+2
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov2-0/+7
2007-10-17[SPARC]: Support for new termios.David Miller6-5/+125
2007-10-17napi_synchronize: waiting for NAPIStephen Hemminger1-0/+18
2007-10-17[SPARC64]: Implement atomic backoff.David S. Miller1-0/+28
2007-10-17ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V1-1/+1
2007-10-17ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V1-1/+1
2007-10-17ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V1-6/+6
2007-10-17ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V1-3/+3
2007-10-17ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V1-2/+2
2007-10-17ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V1-1/+1
2007-10-17ext4: FLEX_BG Kernel support v2.Jose R. Santos1-1/+3
2007-10-17ext4: Fix sparse warningsAneesh Kumar K.V1-7/+7
2007-10-17Ext4: Uninitialized Block GroupsAndreas Dilger1-4/+12