summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-312-9/+7Star
|\
| * sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat2012-03-311-2/+2
| * Merge branch 'sched/arch' into sched/urgentIngo Molnar2012-03-292-0/+4
| |\
| | * sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2012-03-132-0/+4
| * | sched: Fix __schedule_bug() output when called from an interruptStephen Boyd2012-03-291-7/+1Star
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-318-108/+199
|\ \ \
| * | | tracing: Fix ent_size in trace outputSteven Rostedt2012-03-271-0/+4
| * | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-2644-1385/+1391
| |\ \ \
| * | | | perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-0/+7
| * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-03-242-5/+13
| |\ \ \ \
| | * | | | tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-03-222-5/+13
| | | |_|/ | | |/| |
| * | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-2/+2
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-225-101/+173
| |\ \ \ \
| | * | | | tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown2012-03-131-2/+0Star
| | * | | | ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat2012-03-131-1/+2
| | * | | | tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt2012-03-021-0/+2
| | * | | | tracing: Do not select FRAME_POINTER on PPCGerlando Falauto2012-02-271-1/+1
| | * | | | tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-223-97/+168
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-313-15/+30
|\ \ \ \ \ \
| * | | | | | genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-03-301-3/+7
| * | | | | | genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-291-1/+8
| * | | | | | genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-291-5/+5
| * | | | | | genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-312-46/+30Star
|\ \ \ \ \ \ \
| * | | | | | | futex: Mark get_robust_list as deprecatedKees Cook2012-03-292-0/+4
| * | | | | | | futex: Do not leak robust list to unprivileged processKees Cook2012-03-292-46/+26Star
| |/ / / / / /
* | | | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cgroup: cgroup_attach_task() could return -errno after successTejun Heo2012-03-301-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-302-9/+61
|\ \ \ \ \ \ \
| * | | | | | | compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-201-8/+60
| * | | | | | | Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-3/+2Star
|\ \ \ \ \ \ \ \
| * | | | | | | | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-261-3/+2Star
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-294-42/+59
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | cpusets: Remove an unused variableDan Carpenter2012-03-281-1/+0Star
| * | | | | | | | sched/rt: Improve pick_next_highest_task_rt()Michael J Wang2012-03-271-1/+1
| * | | | | | | | sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-03-272-32/+50
| * | | | | | | | sched: Fix compiler warning about declared inline after usePeter Zijlstra2012-03-231-8/+8
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-293-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-233-3/+4
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-295-124/+77Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
| * | | | | | | | | | kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-242-8/+8
| * | | | | | | | | | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-241-5/+1Star
| * | | | | | | | | | time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-241-4/+6
| * | | | | | | | | | alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-241-1/+4
| * | | | | | | | | | ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-232-101/+47Star
| * | | | | | | | | | time: Remove bogus commentsThomas Gleixner2012-03-161-6/+0Star
| * | | | | | | | | | time: Fix change_clocksource lockingJohn Stultz2012-03-161-0/+7
* | | | | | | | | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-292-4/+14
| |_|_|_|_|/ / / / / |/| | | | | | | | |