Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | HWPOISON: Add new SIGBUS error codes for hardware poison signals | Andi Kleen | 2009-09-16 | 1 | -1/+7 | |
| | * | | | | | | | | | | HWPOISON: Add support for poison swap entries v2 | Andi Kleen | 2009-09-16 | 2 | -6/+66 | |
| | * | | | | | | | | | | HWPOISON: Export some rmap vma locking to outside world | Andi Kleen | 2009-09-16 | 1 | -0/+6 | |
| | * | | | | | | | | | | HWPOISON: Add page flag for poisoned pages | Andi Kleen | 2009-09-16 | 1 | -1/+16 | |
| * | | | | | | | | | | | task_struct cleanup: move binfmt field to mm_struct | Hiroshi Shimamoto | 2009-09-24 | 2 | -1/+2 | |
| * | | | | | | | | | | | include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernels | Albin Tonnerre | 2009-09-24 | 2 | -2/+2 | |
| * | | | | | | | | | | | aio: ifdef fields in mm_struct | Alexey Dobriyan | 2009-09-24 | 1 | -3/+2 | |
| * | | | | | | | | | | | linux/futex.h: place kernel types behind __KERNEL__ | Mike Frysinger | 2009-09-24 | 1 | -5/+5 | |
| * | | | | | | | | | | | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 12 | -39/+34 | |
| * | | | | | | | | | | | signals: inline __fatal_signal_pending | Roland McGrath | 2009-09-24 | 1 | -1/+4 | |
| * | | | | | | | | | | | fcntl: add F_[SG]ETOWN_EX | Peter Zijlstra | 2009-09-24 | 1 | -0/+13 | |
| * | | | | | | | | | | | signals: introduce do_send_sig_info() helper | Oleg Nesterov | 2009-09-24 | 1 | -0/+2 | |
| * | | | | | | | | | | | exec: fix set_binfmt() vs sys_delete_module() race | Oleg Nesterov | 2009-09-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | signals: tracehook_notify_jctl change | Roland McGrath | 2009-09-24 | 1 | -9/+25 | |
| * | | | | | | | | | | | ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee | Oleg Nesterov | 2009-09-24 | 1 | -0/+1 | |
| * | | | | | | | | | | | memory controller: soft limit reclaim on contention | Balbir Singh | 2009-09-24 | 2 | -0/+15 | |
| * | | | | | | | | | | | memory controller: soft limit organize cgroups | Balbir Singh | 2009-09-24 | 1 | -2/+4 | |
| * | | | | | | | | | | | memory controller: soft limit interface | Balbir Singh | 2009-09-24 | 1 | -0/+58 | |
| * | | | | | | | | | | | memcg: remove the overhead associated with the root cgroup | Balbir Singh | 2009-09-24 | 1 | -0/+13 | |
| * | | | | | | | | | | | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time | Ben Blum | 2009-09-24 | 1 | -3/+4 | |
| * | | | | | | | | | | | cgroups: change css_set freeing mechanism to be under RCU | Ben Blum | 2009-09-24 | 1 | -0/+3 | |
| * | | | | | | | | | | | cgroups: ensure correct concurrent opening/reading of pidlists across pid nam... | Ben Blum | 2009-09-24 | 1 | -5/+29 | |
| * | | | | | | | | | | | cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq... | Ben Blum | 2009-09-24 | 1 | -8/+14 | |
| * | | | | | | | | | | | cgroups: revert "cgroups: fix pid namespace bug" | Paul Menage | 2009-09-24 | 1 | -4/+7 | |
| * | | | | | | | | | | | docs: fix various Documentation/ paths in header files | Randy Dunlap | 2009-09-24 | 4 | -5/+5 | |
| * | | | | | | | | | | | time: add function to convert between calendar time and broken-down time for ... | Zhaolei | 2009-09-24 | 1 | -0/+28 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-24 | 6 | -493/+255 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cpumask: Move deprecated functions to end of header. | Rusty Russell | 2009-09-24 | 1 | -341/+252 | |
| | * | | | | | | | | | | cpumask: remove unused deprecated functions, avoid accusations of insanity | Rusty Russell | 2009-09-24 | 1 | -111/+1 | |
| | * | | | | | | | | | | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:... | Rusty Russell | 2009-09-24 | 1 | -6/+0 | |
| | * | | | | | | | | | | cpumask: remove the deprecated smp_call_function_mask() | Rusty Russell | 2009-09-24 | 1 | -11/+0 | |
| | * | | | | | | | | | | cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=y | Rusty Russell | 2009-09-24 | 1 | -0/+3 | |
| | * | | | | | | | | | | cpumask: Remove mask field from comments | Nobuhiro Iwamatsu | 2009-09-24 | 1 | -1/+0 | |
| | * | | | | | | | | | | cpumask: remove unused mask field from struct irqaction. | Rusty Russell | 2009-09-24 | 1 | -1/+0 | |
| | * | | | | | | | | | | cpumask: remove unused cpu_mask_all | Rusty Russell | 2009-09-24 | 1 | -3/+0 | |
| | * | | | | | | | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR | Rusty Russell | 2009-09-24 | 1 | -3/+0 | |
| | * | | | | | | | | | | cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node | Rusty Russell | 2009-09-24 | 1 | -17/+0 | |
| * | | | | | | | | | | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-24 | 1 | -1/+0 | |
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-09-24 | 5 | -1/+149 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Input: add driver for ADP5588 QWERTY I2C Keypad | Michael Hennerich | 2009-09-18 | 1 | -0/+92 | |
| | * | | | | | | | | | | | Input: add touchscreen driver for MELFAS MCS-5000 controller | Joonyoung Shim | 2009-09-18 | 1 | -0/+24 | |
| | * | | | | | | | | | | | Input: add generic suspend and resume for input devices | Dmitry Torokhov | 2009-09-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Input: libps2 - additional locking for i8042 ports | Dmitry Torokhov | 2009-09-18 | 2 | -0/+32 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-24 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts. | Tim Abbott | 2009-09-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2009-09-24 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignment | Benny Halevy | 2009-09-23 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2009-09-24 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | 9p: Add fscache support to 9p | Abhishek Kulkarni | 2009-09-23 | 1 | -0/+3 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-09-24 | 1 | -17/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |