summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | | | | | fault-injection: remove nonexistent function externAkinobu Mita2011-07-26
* | | | | | | | | | | | | | | | | | | | | ramoops: make record_size a module parameterSergiu Iordache2011-07-26
* | | | | | | | | | | | | | | | | | | | | ramoops: move dump_oops into platform dataSergiu Iordache2011-07-26
* | | | | | | | | | | | | | | | | | | | | panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines2011-07-26
* | | | | | | | | | | | | | | | | | | | | include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2011-07-26
* | | | | | | | | | | | | | | | | | | | | ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-26
* | | | | | | | | | | | | | | | | | | | | cpumask: add cpumask_var_t documentationKOSAKI Motohiro2011-07-26
* | | | | | | | | | | | | | | | | | | | | cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-26
* | | | | | | | | | | | | | | | | | | | | memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-26
* | | | | | | | | | | | | | | | | | | | | memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2011-07-26
* | | | | | | | | | | | | | | | | | | | | memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2011-07-26
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-26
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | jbd: change the field "b_cow_tid" of struct journal_head from type unsigned t...Wang Sheng-Hui2011-07-25
| * | | | | | | | | | | | | | | | | | | | | quota: Remove unused declarationJan Kara2011-07-20
| * | | | | | | | | | | | | | | | | | | | | jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-27
| * | | | | | | | | | | | | | | | | | | | | ext3: use proper little-endian bitopsAkinobu Mita2011-06-25
| * | | | | | | | | | | | | | | | | | | | | ext2: include fs.h into ext2_fs.hPetr Uzel2011-06-25
| * | | | | | | | | | | | | | | | | | | | | ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-25
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc: Add XO-1 RTC driverDaniel Drake2011-07-06
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc-xo1-sci: Add lid switch functionalityDaniel Drake2011-07-06
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionalityDaniel Drake2011-07-06
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc: Add XO-1 SCI driver and power button controlDaniel Drake2011-07-06
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc: Add XO-1 suspend/resume supportDaniel Drake2011-07-06
| * | | | | | | | | | | | | | | | | | | | | | x86, olpc: Move CS5536-related constants to cs5535.hDaniel Drake2011-07-06
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | writeback: scale IO chunk size up to half device bandwidthWu Fengguang2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: introduce max-pause and pass-good dirty limitsWu Fengguang2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: introduce smoothed global dirty limitWu Fengguang2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: bdi write bandwidth estimationWu Fengguang2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: account per-bdi accumulated written pagesJan Kara2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-09
| * | | | | | | | | | | | | | | | | | | | | | writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-08
| * | | | | | | | | | | | | | | | | | | | | | writeback: remove writeback_control.more_ioWu Fengguang2011-06-08
| * | | | | | | | | | | | | | | | | | | | | | writeback: avoid extra sync work at enqueue timeWu Fengguang2011-06-08
| * | | | | | | | | | | | | | | | | | | | | | writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-08
| * | | | | | | | | | | | | | | | | | | | | | writeback: introduce writeback_control.inodes_writtenWu Fengguang2011-06-08
| * | | | | | | | | | | | | | | | | | | | | | writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-06-08
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2011-07-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-07
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-06-29
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes2011-06-28
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-07-08
| * | | | | | | | | | | | | | | | | | | | | | PTI feature to allow user to name and mark masterchannel request.J Freyensee2011-07-01
| * | | | | | | | | | | | | | | | | | | | | | tty: n_gsm: Add raw-ip supportRuss Gorby2011-07-01
| * | | | | | | | | | | | | | | | | | | | | | TTY: export NR_LDISC and N_* line discipline numbers to user-spaceFlorian Fainelli2011-06-07