Age | Commit message (Expand) | Author | Files | Lines |
2014-04-04 | kernel/groups.c: remove return value of set_groups | Wang YanQing | 1 | -12/+2 |
2014-04-04 | sys_sysfs: Add CONFIG_SYSFS_SYSCALL | Fabian Frederick | 1 | -0/+1 |
2014-04-04 | drop_caches: add some documentation and info message | Dave Hansen | 1 | -2/+2 |
2014-04-04 | mm: optimize put_mems_allowed() usage | Mel Gorman | 1 | -1/+1 |
2014-04-04 | kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one | Ben Zhang | 1 | -8/+8 |
2014-04-04 | kthread: ensure locality of task_struct allocations | Nishanth Aravamudan | 1 | -2/+2 |
2014-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -20/+11 |
2014-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -61/+58 |
2014-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2014-04-03 | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -16/+134 |
2014-04-03 | pid_namespace: pidns_get() should check task_active_pid_ns() != NULL | Oleg Nesterov | 1 | -1/+3 |
2014-04-02 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -57/+57 |
2014-04-02 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -101/+81 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+4 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -20/+32 |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -37/+168 |
2014-04-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -66/+290 |
2014-04-01 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -21/+11 |
2014-04-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2014-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+3 |
2014-04-01 | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 3 | -56/+56 |
2014-04-01 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 9 | -13/+24 |
2014-03-31 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2014-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -350/+788 |
2014-03-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -16/+51 |
2014-03-31 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 17 | -828/+1491 |
2014-03-31 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 7 | -86/+377 |
2014-03-31 | net: filter: rework/optimize internal BPF interpreter's instruction set | Alexei Starovoitov | 1 | -61/+58 |
2014-03-31 | AUDIT: Allow login in non-init namespaces | Eric Paris | 1 | -1/+11 |
2014-03-28 | time: Revert to calling clock_was_set_delayed() while in irq context | John Stultz | 1 | -1/+2 |
2014-03-26 | Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+25 |
2014-03-26 | tracing: Fix traceon trigger condition to actually turn tracing on | Steven Rostedt (Red Hat) | 1 | -2/+25 |
2014-03-26 | tick: Remove code duplication in tick_handle_periodic() | Viresh Kumar | 1 | -7/+7 |
2014-03-26 | tick: Fix spelling mistake in tick_handle_periodic() | Viresh Kumar | 1 | -1/+1 |
2014-03-25 | workqueue: Provide destroy_delayed_work_on_stack() | Thomas Gleixner | 1 | -0/+7 |
2014-03-25 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -4/+58 |
2014-03-22 | genirq: Export symbol no_action() | Alexander Shiyan | 1 | -0/+1 |
2014-03-21 | futex: revert back to the explicit waiter counting code | Linus Torvalds | 1 | -10/+43 |
2014-03-21 | Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -11/+2 |
2014-03-21 | rcu: Provide grace-period piggybacking API | Paul E. McKenney | 1 | -4/+58 |
2014-03-21 | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones | 2 | -2/+2 |
2014-03-20 | tracing: Fix array size mismatch in format string | Vaibhav Nagarnaik | 2 | -11/+2 |
2014-03-20 | Merge branches 'pm-runtime' and 'pm-sleep' | Rafael J. Wysocki | 6 | -14/+20 |
2014-03-20 | Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' | Rafael J. Wysocki | 1 | -6/+12 |
2014-03-20 | timer: Remove code redundancy while calling get_nohz_timer_target() | Viresh Kumar | 3 | -21/+6 |
2014-03-20 | timer: Use variable head instead of &work_list in __run_timers() | Viresh Kumar | 1 | -1/+1 |
2014-03-20 | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+7 |
2014-03-20 | resources: Set type in __request_region() | Bjorn Helgaas | 1 | -2/+2 |
2014-03-19 | genirq: procfs: Make smp_affinity values go+r | Chema Gonzalez | 1 | -4/+4 |
2014-03-19 | softirq: Add linux/irq.h to make it compile again | Thomas Gleixner | 1 | -0/+1 |