summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-2911-62/+84
|\
| * compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf2012-03-271-1/+1
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-1510-61/+83
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-297-53/+63
|\ \
| * | cpusets: Remove an unused variableDan Carpenter2012-03-281-1/+0
| * | 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-273-36/+52
| * | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0
| * | sched: Fix compiler warning about declared inline after usePeter Zijlstra2012-03-231-8/+8
| * | MAINTAINERS: Update email address for SCHEDULER and PERF EVENTSIngo Molnar2012-03-231-2/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2929-321/+436
|\ \ \
| * | | x86/apic/amd: Be more verbose about LVT offset assignmentsRobert Richter2012-03-281-4/+9
| * | | x86, tls: Off by one limit checkDan Carpenter2012-03-281-2/+2
| * | | x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge2012-03-282-7/+60
| * | | x86/olpc: Add debugfs interface for EC commandsDaniel Drake2012-03-272-0/+113
| * | | x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-264-165/+115
| * | | x86/kconfig: Remove CONFIG_TR=y from the defconfigsRandy Dunlap2012-03-242-2/+0
| * | | x86: Stop recursive fault in print_context_stack after stack overflowHugh Dickins2012-03-241-2/+5
| * | | x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=yAlexander Gordeev2012-03-231-40/+61
| * | | x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-238-8/+17
| * | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-237-6/+8
| * | | x86/kconfig: Update defconfigsIngo Molnar2012-03-232-86/+47
| * | | x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-2918-226/+193
|\ \ \ \
| * | | | ia64: vsyscall: Add missing paranthesisThomas Gleixner2012-03-271-1/+1
| * | | | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
| * | | | x86: vdso: Put declaration before codeThomas Gleixner2012-03-241-1/+2
| * | | | x86-64: Inline vdso clock_gettime helpersAndy Lutomirski2012-03-231-4/+5
| * | | | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-233-37/+26
| * | | | kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-232-8/+8
| * | | | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-232-6/+1
| * | | | time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-231-4/+6
| * | | | alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-231-1/+4
| * | | | ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-223-102/+48
| * | | | x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria2012-03-151-0/+10
| * | | | rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2012-03-153-1/+9
| * | | | ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-03-154-11/+7
| * | | | x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-153-17/+12
| * | | | x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-03-151-5/+0
| * | | | time: Remove bogus commentsThomas Gleixner2012-03-151-6/+0
| * | | | time: Fix change_clocksource lockingJohn Stultz2012-03-151-0/+7
| * | | | time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz2012-03-151-26/+46
* | | | | Fix ia64 build errors (fallout from system.h disintegration)Luck, Tony2012-03-292-0/+2
* | | | | Merge branch 'irqdomain/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2910-21/+21
|\ \ \ \ \
| * | | | | irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG renameGrant Likely2012-03-297-7/+7
| * | | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-293-14/+14
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-291-1/+0
|\ \ \ \ \ \
| * | | | | | pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi2012-03-291-1/+0
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-293-1/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | drm/i915: suspend fbdev device around suspend/hibernateDave Airlie2012-03-293-1/+18
OpenPOWER on IntegriCloud