aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-13ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg
2013-11-07anonymous vma names: fix build with !MMUColin Cross
2013-11-07mm: fix anon vma namingColin Cross
2013-09-19mm: add a field to store names for private anonymous memoryColin Cross
2013-09-19add extra free kbytes tunableRik van Riel
2013-07-01sigtimedwait: use freezable blocking callColin Cross
2013-07-01nanosleep: use freezable blocking callColin Cross
2013-07-01futex: use freezable blocking callColin Cross
2013-07-01freezer: skip waking up tasks with PF_FREEZER_SKIP setColin Cross
2013-07-01freezer: shorten freezer sleep time using exponential backoffColin Cross
2013-07-01lockdep: remove task argument from debug_check_no_locks_heldColin Cross
2013-07-01alarmtimer: add alarm_expires_remainingTodd Poynor
2013-07-01alarmtimer: add alarm_start_relativeTodd Poynor
2013-07-01alarmtimer: add alarm_forward_nowTodd Poynor
2013-07-01alarmtimer: add alarm_restartTodd Poynor
2013-07-01trace: add non-hierarchical function_graph optionJamie Gennis
2013-07-01trace: Add an option to show tgids in trace outputJamie Gennis
2013-07-01trace/events: add gpu trace eventsJamie Gennis
2013-07-01hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross
2013-07-01PM / Suspend: Print wall time at suspend entry and exitTodd Poynor
2013-07-01debug: add parameters to prevent entering debug mode on errorsColin Cross
2013-07-01kdb: support new lines without carriage returnsColin Cross
2013-07-01Move x86_64 idle notifiers to genericTodd Poynor
2013-07-01sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2013-07-01proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2013-07-01PM / Sleep: Add wake lock api wrapper on top of wakeup sourcesArve Hjønnevåg
2013-07-01mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2013-07-01ARM: Make low-level printk workTony Lindgren
2013-07-01cgroup: Add generic cgroup subsystem permission checksColin Cross
2013-07-01power: Add option to log time spent in suspendColin Cross
2013-07-01panic: Add board ID to panic outputNishanth Menon
2013-07-01PM: Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor
2013-07-01Revert "genirq: Do not consider disabled wakeup irqs"Arve Hjønnevåg
2013-07-01Add build option to to set the default panic timeout.Arve Hjønnevåg
2013-07-01sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers
2013-06-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-06-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-21Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-06-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-06-20hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-20hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov
2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-06-18range: Do not add new blank slot with add_range_with_mergeYinghai Lu