summaryrefslogtreecommitdiff
path: root/include/linux (unfollow)
Commit message (Expand)Author
2008-04-17Simplify semaphore implementationMatthew Wilcox
2008-04-17Add down_timeout and change ACPI to use itMatthew Wilcox
2008-04-17Introduce down_killable()Matthew Wilcox
2008-04-17Generic semaphore implementationMatthew Wilcox
2008-04-17Fix quota.h includesMatthew Wilcox
2008-04-29ext4: remove duplicate include of ext4_fs_i.h header fileJoe Perches
2008-04-29Convert ext4 to use unlocked_ioctlAndi Kleen
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V
2008-04-17Input: wm97xx-core - support use as a wakeup sourceMark Brown
2008-04-17udf: move headers out include/linux/Christoph Hellwig
2008-04-17locking: remove unused double_spin_lock()Oleg Nesterov
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov
2008-04-17hrtimer: add nanosleep specific restart_block memberThomas Gleixner
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King
2008-04-16IB/mlx4: Add support for resizing CQsVladimir Sokolovsky
2008-04-16IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier
2008-04-16phy: Clean up header styleAndy Fleming
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
2008-04-17[POWERPC] i2c: OF helpers for the i2c APIJochen Friedrich
2008-04-17[POWERPC] OF helpers for the GPIO APIAnton Vorontsov
2008-04-16[NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov
2008-04-15acpi thermal trip points increased to 12Krzysztof Helt
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch
2008-04-15Input: add Zhen Hua driverMartin Kebert
2008-04-15[LMB] Add lmb_alloc_nid()David S. Miller
2008-04-15[ISDN] include/linux/isdn.h: remove dead codeAdrian Bunk
2008-04-15[WANPIPE]: Forgotten bits of Sangoma drivers removal.Adrian Bunk
2008-04-15io context: increment task attachment count in ioc_task_link()Jens Axboe
2008-04-15Input: put ledstate in the keyboard notifierKarl Dahlke
2008-04-14ARM: OMAP: I2C: tps65010 driver converts to gpiolibDavid Brownell
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter
2008-04-14[NETFILTER]: bridge: add ebt_nflog watcherPeter Warasin
2008-04-14[NETFILTER]: nf_nat: kill helper and seq_adjust hooksPatrick McHardy
2008-04-14[NETFILTER]: nf_conntrack: add DCCP protocol supportPatrick McHardy
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy
2008-04-14[NETFILTER]: remove arpt_(un)register_target indirection macrosJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_target indirection macroJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-04-14[NETFILTER]: xt_sctp: simplify xt_sctp.hJan Engelhardt
2008-04-14[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan
2008-04-14[SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker
2008-04-14[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker
2008-04-14[SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker