Age | Commit message (Expand) | Author | Files | Lines |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -2/+2 |
2011-01-21 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 1 | -3/+3 |
2011-01-14 | thp: remove PG_buddy | Andrea Arcangeli | 1 | -6/+8 |
2011-01-14 | thp: transparent hugepage vmstat | Andrea Arcangeli | 1 | -1/+13 |
2011-01-14 | oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down | Mandeep Singh Baines | 1 | -1/+3 |
2011-01-14 | mm: smaps: export mlock information | Nikanth Karthikesan | 1 | -2/+5 |
2011-01-13 | /proc/kcore: fix seeking | Dave Anderson | 1 | -1/+1 |
2011-01-13 | proc: move proc_console.c to fs/proc/consoles.c | Alexey Dobriyan | 2 | -3/+3 |
2011-01-13 | proc: less LOCK/UNLOCK in remove_proc_entry() | Alexey Dobriyan | 1 | -4/+1 |
2011-01-13 | kpagecount: add slab page checking because _mapcount is in a union | Petr Holasek | 1 | -1/+1 |
2011-01-13 | proc: use single_open() correctly | Jovi Zhang | 1 | -26/+3 |
2011-01-13 | proc: ->low_ino cleanup | Alexey Dobriyan | 3 | -15/+6 |
2011-01-13 | proc: use seq_puts()/seq_putc() where possible | Alexey Dobriyan | 6 | -31/+31 |
2011-01-13 | proc: use unsigned long inside /proc/*/statm | Alexey Dobriyan | 4 | -9/+12 |
2011-01-13 | fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps | Joe Perches | 1 | -14/+8 |
2011-01-08 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -0/+115 |
2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -29/+68 |
2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2 | -3/+8 |
2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 2 | -7/+29 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 3 | -9/+9 |
2011-01-07 | fs: rcu-walk for path lookup | Nick Piggin | 1 | -0/+4 |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -6/+7 |
2011-01-07 | fs: change d_delete semantics | Nick Piggin | 3 | -3/+3 |
2011-01-07 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2011-01-05 | Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver... | Russell King | 1 | -1/+1 |
2010-12-08 | Merge branch 'linus' into sched/core | Ingo Molnar | 2 | -2/+3 |
2010-12-06 | Revert "vfs: show unreachable paths in getcwd and proc" | Eric W. Biederman | 1 | -1/+1 |
2010-11-30 | sched: Add 'autogroup' scheduling feature: automated per session task groups | Mike Galbraith | 1 | -0/+79 |
2010-11-30 | ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch() | Mika Westerberg | 1 | -1/+1 |
2010-11-25 | pagemap: set pagemap walk limit to PMD boundary | Naoya Horiguchi | 1 | -1/+2 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-11-16 | console: add /proc/consoles | Jiri Slaby | 2 | -0/+115 |
2010-10-29 | switch procfs to ->mount() | Al Viro | 1 | -7/+6 |
2010-10-29 | setting ->proc_mnt doesn't belong in proc_get_sb() | Al Viro | 1 | -1/+2 |
2010-10-28 | /proc/stat: fix scalability of irq sum of all cpu | KAMEZAWA Hiroyuki | 1 | -8/+2 |
2010-10-28 | /proc/stat: scalability of irq num per cpu | KAMEZAWA Hiroyuki | 1 | -3/+1 |
2010-10-28 | procfs: fix /proc/softirqs formatting | Davidlohr Bueso | 1 | -2/+2 |
2010-10-28 | /proc/pid/smaps: export amount of anonymous memory in a mapping | Nikanth Karthikesan | 1 | -0/+6 |
2010-10-28 | signals: move cred_guard_mutex from task_struct to signal_struct | KOSAKI Motohiro | 1 | -4/+4 |
2010-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -0/+6 |
2010-10-27 | oom: fix locking for oom_adj and oom_score_adj | David Rientjes | 1 | -19/+21 |
2010-10-27 | oom: rewrite error handling for oom_adj and oom_score_adj tunables | David Rientjes | 1 | -35/+48 |
2010-10-27 | oom: add per-mm oom disable count | Ying Han | 1 | -0/+30 |
2010-10-27 | vmcore: it is not experimental any more | WANG Cong | 1 | -2/+2 |
2010-10-26 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2 | -0/+4 |
2010-10-26 | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos | KAMEZAWA Hiroyuki | 1 | -0/+2 |
2010-10-23 | Revert "tty: Add a new file /proc/tty/consoles" | Linus Torvalds | 1 | -158/+0 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -0/+158 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 4 | -0/+11 |