summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"Ralf Baechle2014-05-131-8/+1
* | | | | | | | | | Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-204-46/+65
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | parisc: Improve LWS-CAS performanceJohn David Anglin2014-05-151-3/+9
| * | | | | | | | | | parisc: ratelimit userspace segfault printingHelge Deller2014-05-153-43/+56
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-202-3/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: fix pud_huge() for 2-level pagetablesMark Salter2014-05-161-0/+4
| * | | | | | | | | | | arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
* | | | | | | | | | | | Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-2010-22/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | asm-generic: remove _STK_LIM_MAXJames Hogan2014-05-152-8/+1
| * | | | | | | | | | | | metag: Remove _STK_LIM_MAX overrideJames Hogan2014-05-152-8/+1
| * | | | | | | | | | | | parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-154-5/+23
| * | | | | | | | | | | | metag: Reduce maximum stack size to 256MBJames Hogan2014-05-153-3/+7
| * | | | | | | | | | | | metag: fix memory barriersMikulas Patocka2014-05-151-0/+3
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-207-29/+141
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2014-05-16' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-05-207-29/+141
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | drm/i915: Increase WM memory latency values on SNBVille Syrjälä2014-05-151-0/+40
| | * | | | | | | | | | | | drm/i915: restore backlight precision when converting from ACPIAaron Lu2014-05-151-4/+4
| | * | | | | | | | | | | | drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson2014-05-151-0/+9
| | * | | | | | | | | | | | drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula2014-05-151-1/+6
| | * | | | | | | | | | | | drm/i915/vlv: reset VLV media force wake request registerJani Nikula2014-05-091-0/+2
| | * | | | | | | | | | | | drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich2014-05-071-2/+2
| | * | | | | | | | | | | | drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula2014-05-071-7/+23
| | * | | | | | | | | | | | drm/i915: clean up VBT eDP link param decodingJani Nikula2014-05-071-14/+38
| | * | | | | | | | | | | | drm/i915: consider the source max DP lane count tooPaulo Zanoni2014-05-071-2/+18
* | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-205-5/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2014-05-142-1/+11
| * | | | | | | | | | | | | | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos2014-05-131-0/+1
| * | | | | | | | | | | | | | x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin2014-05-112-4/+5
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-05-201-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar2014-05-121-4/+4
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-202-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | MAINTAINERS: Add co-maintainer for drivers/irqchipJason Cooper2014-05-131-0/+8
| * | | | | | | | | | | | | genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann2014-05-071-0/+5
* | | | | | | | | | | | | | Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-05-131-12/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton2014-05-091-12/+24
* | | | | | | | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-131-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek2014-05-121-1/+1
| * | | | | | | | | | | | | | | hwmon: (emc1403) Fix resource leak on module unloadJean Delvare2014-05-121-3/+3
| * | | | | | | | | | | | | | | hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek2014-05-121-1/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan2014-04-141-1/+1
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-131-6/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-04-181-0/+12
| * | | | | | | | | | | | | | | workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-04-181-5/+16
| * | | | | | | | | | | | | | | workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-04-161-1/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-133-48/+177
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo2014-05-051-1/+14
| * | | | | | | | | | | | | | | device_cgroup: check if exception removal is allowedAristeu Rozanski2014-05-051-3/+38
| * | | | | | | | | | | | | | | device_cgroup: fix the comment format for recently added functionsAristeu Rozanski2014-05-041-17/+16
| * | | | | | | | | | | | | | | device_cgroup: rework device access check and exception checkingAristeu Rozanski2014-04-211-40/+122
OpenPOWER on IntegriCloud