Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | kernel/user.c: drop unused field 'files' from user_struct | Kirill A. Shutemov | 2014-06-04 | 1 | -1/+0 | |
| | * | | | | | kernel/hung_task.c: convert simple_strtoul to kstrtouint | Fabian Frederick | 2014-06-04 | 1 | -1/+3 | |
| | * | | | | | kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall | Fabian Frederick | 2014-06-04 | 1 | -2/+2 | |
| | * | | | | | kernel/reboot.c: convert simple_strtoul to kstrtoint | Fabian Frederick | 2014-06-04 | 1 | -7/+14 | |
| | * | | | | | kernel/res_counter.c: replace simple_strtoull by kstrtoull | Fabian Frederick | 2014-06-04 | 1 | -2/+5 | |
| | * | | | | | kernel/tracepoint.c: kernel-doc fixes | Fabian Frederick | 2014-06-04 | 1 | -0/+2 | |
| | * | | | | | kernel/stop_machine.c: kernel-doc warning fix | Fabian Frederick | 2014-06-04 | 1 | -0/+1 | |
| | * | | | | | kernel/latencytop.c: convert seq_printf to seq_puts | Fabian Frederick | 2014-06-04 | 1 | -2/+3 | |
| | * | | | | | kernel/exec_domain.c: code clean-up | Fabian Frederick | 2014-06-04 | 1 | -8/+6 | |
| | * | | | | | kernel/capability.c: code clean-up | Fabian Frederick | 2014-06-04 | 1 | -3/+3 | |
| | * | | | | | kernel/backtracetest.c: replace no level printk by pr_info() | Fabian Frederick | 2014-06-04 | 1 | -9/+9 | |
| | * | | | | | kernel/cpu.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-04 | 1 | -17/+14 | |
| | * | | | | | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL | Fabian Frederick | 2014-06-04 | 2 | -2/+4 | |
| | * | | | | | mm: page_alloc: use jump labels to avoid checking number_of_cpusets | Mel Gorman | 2014-06-04 | 1 | -10/+4 | |
| | * | | | | | memcg: optimize the "Search everything else" loop in mm_update_next_owner() | Oleg Nesterov | 2014-06-04 | 1 | -3/+9 | |
| | * | | | | | memcg: mm_update_next_owner() should skip kthreads | Oleg Nesterov | 2014-06-04 | 1 | -6/+4 | |
| | * | | | | | memcg: kill CONFIG_MM_OWNER | Oleg Nesterov | 2014-06-04 | 2 | -4/+4 | |
| | * | | | | | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 2014-06-04 | 1 | -3/+3 | |
| | * | | | | | kthread: fix return value of kthread_create() upon SIGKILL. | Tetsuo Handa | 2014-06-04 | 1 | -2/+2 | |
| * | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-04 | 7 | -45/+188 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | genirq: Improve documentation to match current implementation | Jiang Liu | 2014-05-27 | 2 | -4/+4 | |
| | * | | | | | | genirq: Remove dynamic_irq mess | Thomas Gleixner | 2014-05-16 | 1 | -16/+7 | |
| | * | | | | | | genirq: Replace dynamic_irq_init/cleanup | Thomas Gleixner | 2014-05-16 | 2 | -0/+11 | |
| | * | | | | | | genirq: Remove irq_reserve_irq[s] | Thomas Gleixner | 2014-05-16 | 1 | -25/+0 | |
| | * | | | | | | genirq: Replace reserve_irqs in core code | Thomas Gleixner | 2014-05-16 | 3 | -3/+15 | |
| | * | | | | | | genirq: Provide generic hwirq allocation facility | Thomas Gleixner | 2014-05-16 | 2 | -0/+56 | |
| | | | | | | | | ||||||
| | | \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ | Merge branches 'linus' and 'irq/urgent' into irq/core | Thomas Gleixner | 2014-05-16 | 8 | -16/+16 | |
| | |\ \ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | ||||||
| | * | / | | | | | genirq: Sanitize spurious interrupt detection of threaded irqs | Thomas Gleixner | 2014-05-03 | 2 | -6/+104 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-04 | 2 | -20/+10 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'fortglx/3.16/time' of git://git.linaro.org/people/john.stultz/l... | Thomas Gleixner | 2014-05-24 | 2 | -20/+10 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | ntp: Make is_error_status() use its argument | George Spelvin | 2014-05-12 | 1 | -6/+6 | |
| | | * | | | | | ntp: Convert simple_strtol to kstrtol | Fabian Frederick | 2014-05-12 | 1 | -1/+4 | |
| | | * | | | | | sched_clock: Remove deprecated setup_sched_clock() API | Stephen Boyd | 2014-04-22 | 1 | -13/+0 | |
| * | | | | | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-04 | 7 | -77/+130 | |
| |\ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *---. \ \ \ \ \ \ | Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp' | Rafael J. Wysocki | 2014-06-03 | 1 | -2/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | PM / OPP: Make OPP invisible to users in Kconfig | Mark Brown | 2014-05-19 | 1 | -2/+1 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2014-06-03 | 1 | -0/+15 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'pm-sleep' into acpi-pm | Rafael J. Wysocki | 2014-05-20 | 3 | -22/+27 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ACPI / PM: Hold ACPI scan lock over the "freeze" sleep state | Rafael J. Wysocki | 2014-05-16 | 1 | -0/+15 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2014-06-03 | 6 | -75/+114 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | PM / hibernate: fixed typo in comment | Niv Yehezkel | 2014-06-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | PM / sleep: Introduce command line argument for sleep state enumeration | Rafael J. Wysocki | 2014-05-26 | 2 | -8/+36 | |
| | | * | | | | | | | | | PM / sleep: Use valid_state() for platform-dependent sleep states only | Rafael J. Wysocki | 2014-05-26 | 4 | -37/+36 | |
| | | * | | | | | | | | | PM / sleep: Add state field to pm_states[] entries | Rafael J. Wysocki | 2014-05-26 | 4 | -27/+30 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | PM / hibernate: Fix memory corruption in resumedelay_setup() | Dan Carpenter | 2014-05-16 | 1 | -2/+2 | |
| | | * | | | | | | | | PM / hibernate: convert simple_strtoul to kstrtoul | Fabian Frederick | 2014-05-09 | 1 | -1/+4 | |
| | | * | | | | | | | | Merge branch 'pm-cpuidle' into pm-sleep | Rafael J. Wysocki | 2014-05-07 | 2 | -13/+9 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | PM / hibernate: no kernel_power_off when pm_power_off NULL | Sebastian Capella | 2014-05-01 | 1 | -2/+4 | |
| | | * | | | | | | | | | PM / hibernate: use unsigned local variables in swsusp_show_speed() | Chen Gang | 2014-04-28 | 1 | -5/+9 | |
| | | | |_|/ / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2014-06-03 | 2 | -13/+9 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | |