summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-0/+14
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2750-49/+58
* fault-injection: use debugfs_remove_recursiveAkinobu Mita2011-07-271-17/+1Star
* fault-injection: remove nonexistent function externAkinobu Mita2011-07-271-1/+0Star
* ramoops: make record_size a module parameterSergiu Iordache2011-07-271-0/+1
* ramoops: move dump_oops into platform dataSergiu Iordache2011-07-271-0/+1
* panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines2011-07-271-1/+1
* include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2011-07-271-21/+0Star
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-272-0/+11
* cpumask: add cpumask_var_t documentationKOSAKI Motohiro2011-07-271-0/+14
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-272-0/+14
* memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-272-6/+19
* memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2011-07-272-4/+9
* memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2011-07-271-4/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-0/+1
|\
| * libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-261-0/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-265-14/+5Star
|\ \
| * | jbd: change the field "b_cow_tid" of struct journal_head from type unsigned t...Wang Sheng-Hui2011-07-251-1/+1
| * | quota: Remove unused declarationJan Kara2011-07-201-8/+0Star
| * | jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-271-1/+0Star
| * | ext3: use proper little-endian bitopsAkinobu Mita2011-06-251-3/+2Star
| * | ext2: include fs.h into ext2_fs.hPetr Uzel2011-06-251-0/+1
| * | ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-251-1/+1
* | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-261-0/+60
|\ \ \
| * | | x86, olpc: Add XO-1 RTC driverDaniel Drake2011-07-061-0/+5
| * | | x86, olpc-xo1-sci: Add lid switch functionalityDaniel Drake2011-07-061-0/+1
| * | | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionalityDaniel Drake2011-07-061-0/+22
| * | | x86, olpc: Add XO-1 SCI driver and power button controlDaniel Drake2011-07-061-0/+8
| * | | x86, olpc: Add XO-1 suspend/resume supportDaniel Drake2011-07-061-0/+3
| * | | x86, olpc: Move CS5536-related constants to cs5535.hDaniel Drake2011-07-061-0/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-262-12/+51
|\ \ \ \
| * | | | writeback: scale IO chunk size up to half device bandwidthWu Fengguang2011-07-101-0/+11
| * | | | writeback: introduce max-pause and pass-good dirty limitsWu Fengguang2011-07-101-0/+21
| * | | | writeback: introduce smoothed global dirty limitWu Fengguang2011-07-101-0/+6
| * | | | writeback: bdi write bandwidth estimationWu Fengguang2011-07-102-0/+8
| * | | | writeback: account per-bdi accumulated written pagesJan Kara2011-07-101-0/+1
| * | | | writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-101-5/+1Star
| * | | | writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-081-2/+0Star
| * | | | writeback: remove writeback_control.more_ioWu Fengguang2011-06-081-1/+0Star
| * | | | writeback: avoid extra sync work at enqueue timeWu Fengguang2011-06-081-3/+0Star
| * | | | writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-082-2/+2
| * | | | writeback: introduce writeback_control.inodes_writtenWu Fengguang2011-06-081-0/+1
| * | | | writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-06-081-0/+1
* | | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-261-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2011-07-141-0/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-071-6/+0Star
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-06-2917-21/+49
| | |\ \ \ \ \
| | * | | | | | cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes2011-06-281-0/+5
* | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-264-19/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-07-091-0/+3