summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* rlimits: implement prlimit64 syscallJiri Slaby2010-07-161-0/+4
* rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby2010-07-161-2/+2
* rlimits: add rlimit64 structureJiri Slaby2010-07-161-0/+7
* rlimits: split sys_setrlimitJiri Slaby2010-07-161-0/+2
* rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-161-1/+1
* rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-161-3/+6
* lmb: rename to memblockYinghai Lu2010-07-142-89/+89
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-07-082-7/+2
|\
| * writeback: simplify the write back thread queueChristoph Hellwig2010-07-061-2/+0
| * writeback: split writeback_inodes_wbChristoph Hellwig2010-07-061-2/+0
| * writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-074-3/+12
|\ \
| * | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-051-1/+1
| * | linux/net.h: fix kernel-doc warningsRandy Dunlap2010-07-021-2/+1
| * | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+3
| * | mv643xx_eth: use sw csum for big packetsSaeed Bishara2010-06-301-0/+5
| * | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-0/+2
* | | VFS: introduce s_dirty accessorsArtem Bityutskiy2010-07-061-0/+13
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-061-4/+9
|\ \ \
| * | | rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra2010-07-051-4/+9
* | | | module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-2/+2
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-1/+1
|\ \ \ \
| * | | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-011-1/+1
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-011-0/+1
|\ \ \ \ \
| * | | | | ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-011-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-012-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2
| * | | | agp: drop vmalloc flag.Dave Airlie2010-06-151-1/+0
* | | | | compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson2010-06-292-1/+13
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-292-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2010-06-142-2/+5
| |\ \ \ \
| | * | | | drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2010-06-141-1/+1
| | |/ / /
| * | | | writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-111-2/+2
* | | | | fs: fix superblock iteration racenpiggin@suse.de2010-06-291-0/+15
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-281-0/+1
|\ \ \ \ \
| * | | | | tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-211-0/+1
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-281-6/+14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-081-6/+14
* | | | | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-121-13/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-13/+13
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-111-1/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-101-1/+4
* | | | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-091-1/+6
* | | | | writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-081-9/+0
| |_|/ / |/| | |
* | | | ahci: add pci quirk for JMB362Tejun Heo2010-06-071-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-041-1/+1
|\ \ \ \
| * | | | wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-06-041-34/+10
|\ \ \ \ \
| * | | | | module: Make module sysfs functions private.Rusty Russell2010-06-051-33/+0
| * | | | | module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-0/+7
OpenPOWER on IntegriCloud