summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-6/+0
2010-07-17net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flagBenjamin Herrenschmidt1-0/+20
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+1
2010-07-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2010-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-6/+6
2010-07-16netfilter: correct CHECKSUM header and export itMichael S. Tsirkin2-3/+6
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter1-2/+0
2010-07-16rlimits: implement prlimit64 syscallJiri Slaby1-0/+4
2010-07-16rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby1-2/+2
2010-07-16rlimits: add rlimit64 structureJiri Slaby1-0/+7
2010-07-16rlimits: split sys_setrlimitJiri Slaby1-0/+2
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-1/+1
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-3/+6
2010-07-16Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-16Input: introduce MT event slotsHenrik Rydberg1-0/+33
2010-07-16jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara1-5/+6
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin1-0/+18
2010-07-15nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso1-1/+1
2010-07-15Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim1-0/+38
2010-07-15of/sparc: move is_root_node() to of.hAndres Salomon1-0/+5
2010-07-14padata: simplify serialization mechanismSteffen Klassert1-3/+3
2010-07-14padata: Check for valid padata instance on startSteffen Klassert1-1/+2
2010-07-14lmb: rename to memblockYinghai Lu2-89/+89
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter1-2/+4
2010-07-12fuse: add retrieve requestMiklos Szeredi1-0/+21
2010-07-12fuse: add store requestMiklos Szeredi1-1/+12
2010-07-12fscache: fix missing kerneldoc annotationSuresh Jayaraman1-0/+1
2010-07-12fscache: fix a trivial typo in the commentSuresh Jayaraman1-1/+1
2010-07-11fix comment typos concerning "sequential"Uwe Kleine-König1-1/+1
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock2-7/+4
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings1-2/+2
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-42/+28
2010-07-09tracing: Add alignment to syscall metadata declarationsSteven Rostedt1-2/+4
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2-3/+3
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+17
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-7/+2
2010-07-08firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_idStefan Richter2-0/+6
2010-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-3/+12
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-3/+12
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+8
2010-07-07VFS: introduce s_dirty accessorsArtem Bityutskiy1-0/+13
2010-07-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+9
2010-07-06Merge branch 'master' into for-linusChris Metcalf13-29/+65
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf2-12/+13
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy1-0/+1
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-2/+0
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-2/+0
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-3/+2
2010-07-06net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-06of/i2c: Generalize OF supportGrant Likely1-3/+10