aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-07Merge branch 'x86/uv'auto-latestIngo Molnar1-2/+0
2014-09-07Merge branch 'x86/platform'Ingo Molnar2-2/+86
2014-09-07Merge branch 'x86/mm'Ingo Molnar2-38/+0
2014-09-07Merge branch 'x86/microcode'Ingo Molnar4-9/+9
2014-09-07Merge branch 'x86/fpu'Ingo Molnar7-19/+21
2014-09-07Merge branch 'x86/cleanups'Ingo Molnar2-17/+12
2014-09-07Merge branch 'timers/urgent'Ingo Molnar4-11/+39
2014-09-07Merge branch 'timers/core'Ingo Molnar2-2/+9
2014-09-07Merge branch 'sched/core'Ingo Molnar10-199/+318
2014-09-07Merge branch 'perf/watchdog'Ingo Molnar1-6/+4
2014-09-07Merge branch 'perf/urgent'Ingo Molnar1-1/+3
2014-09-07Merge branch 'perf/core'Ingo Molnar105-4782/+6561
2014-09-07Merge branch 'locking/core'Ingo Molnar26-301/+330
2014-09-07Merge branch 'locking/arch'Ingo Molnar30-2296/+1587
2014-09-07Merge branch 'core/urgent'Ingo Molnar2-12/+12
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan3-13/+10
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclocktimers/urgenttimers-urgent-for-linusThomas Gleixner1-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-09-06x86/tty/serial/8250: Clean up the asm/serial.h include file a bitx86/cleanupsIngo Molnar1-12/+12
2014-09-06x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad1-4/+4
2014-09-05sched/wait: Document timeout corner caseScot Doyle1-6/+10
2014-09-05sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-09-04Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-1/+12
2014-09-04aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2-6/+15
2014-09-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-09-04Merge tag 'platform-drivers-x86-v3.17-1' of git://git.infradead.org/users/dvh...Linus Torvalds3-38/+24
2014-09-04Merge tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-28/+67
2014-09-04locking/semaphore: Resolve some shadow warningslocking/coreMark Rustad1-6/+6
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-24/+164
2014-09-03Merge tag 'regmap-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+11
2014-09-03toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()Dan Carpenter1-6/+12
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-231/+261
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-19/+37
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus1-1/+1
2014-09-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-30/+40
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-03Merge branch 'leds-fixes-for-3.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+14
2014-09-03Merge tag 'asoc-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai9628-443344/+414126
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...core/urgentcore-urgent-for-linusIngo Molnar2-12/+12
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells1-16/+33
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-09-03KEYS: Fix public_key asymmetric key subtype nameDavid Howells1-0/+1
2014-09-03KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson1-2/+2
2014-09-02platform/x86: toshiba: re-enable acpi hotkeys after suspend to diskBenjamin Tissoires1-1/+8
2014-09-02Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/d...Mark Brown9-15/+24
2014-09-02Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2-2/+2
2014-09-02ideapad-laptop: Constify DMI table for real!Mathias Krause1-2/+2
2014-09-02x86: copy_thread: Don't nullify ->ptrace_bps twicex86/fpuOleg Nesterov2-5/+1
2014-09-02x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov3-3/+1
2014-09-02x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov1-1/+3
2014-09-02x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math()Oleg Nesterov1-7/+6
2014-09-02x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov1-1/+1
2014-09-02x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov1-1/+4
2014-09-02x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2-2/+5
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina3-14/+14
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-09-02ALSA: hda - Fix COEF setups for ALC1150 codecTakashi Iwai1-0/+2
2014-09-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-09-01ASoC: simple-card: Fix bug of wrong decrement DT node's refcountXiubo Li1-0/+8
2014-09-01Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon1-18/+22
2014-09-01ALSA: hda - Fix digital mic on Acer Aspire 3830TGTakashi Iwai1-1/+8
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan1-0/+1
2014-09-01x86: Remove set_pmd_pfnx86/mmMatthew Wilcox2-38/+0
2014-09-01x86, irq: Fix build error caused by 9eabc99a635a77cbf09x86-urgent-for-linusJiang Liu1-0/+1
2014-08-31Linux 3.17-rc3v3.17-rc3Linus Torvalds1-1/+1
2014-08-31Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linuxLinus Torvalds24-217/+497
2014-08-31unicore32: Fix build errorGuenter Roeck1-4/+5
2014-08-31Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds10-39/+37
2014-08-31Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-464/+133
2014-08-31vexpress/spc: fix a build warning on array boundsAlex Shi1-3/+11
2014-08-31Merge tag 'for-v3.17-rc/omap-dra72x-d74x-support-a' of git://git.kernel.org/p...Olof Johansson3-2/+29
2014-08-31Merge tag 'spi-v3.17-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-82/+121
2014-08-31Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown1-2/+2
2014-08-31Merge tag 'spi-v3.17-rc3' into spi-linusMark Brown11-82/+121
2014-08-31spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven1-2/+2
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Mark Brown5-8/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-08-30Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown10-49/+83
2014-08-30Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown1-33/+38
2014-08-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-4/+37
2014-08-29Merge tag 'pm+acpi-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-11/+49
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds44-177/+238
2014-08-29kexec: purgatory: add clean-up for purgatory directoryMichael Welling1-0/+1
2014-08-29Documentation/kdump/kdump.txt: add ARM descriptionHuKeping1-3/+33
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar5-0/+5
2014-08-29tools: selftests: fix build issue with make kselftests targetPhong Tran3-11/+11
2014-08-29ocfs2: quorum: add a log for node not fencedJunxiao Bi1-2/+11
2014-08-29ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2-0/+21
2014-08-29ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19
2014-08-29ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2014-08-29x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryVivek Goyal1-0/+1
2014-08-29drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz1-7/+14
2014-08-29xattr: fix check for simultaneous glibc header inclusionFilipe Brandenburger1-1/+1
2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal8-16/+0
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal8-20/+42
2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins2-6/+10
2014-08-29hugetlb_cgroup: use lockdep_assert_held rather than spin_is_lockedMichal Hocko1-1/+1
2014-08-29mm/zpool: use prefixed module loadingKees Cook3-1/+3
2014-08-29zram: fix incorrect stat with failed_readsChao Yu2-4/+8
2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones1-1/+6
2014-08-29mm: actually clear pmd_numa before invalidatingMatthew Wilcox1-1/+1
2014-08-29memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen1-2/+1
2014-08-29resource: fix the case of null pointer accessVivek Goyal1-7/+4
2014-08-29checkpatch: relax check for length of git commit IDsJoe Perches1-2/+2
2014-08-29Merge tag 'nfs-for-3.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-10/+21
2014-08-29Merge tag 'usb-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds95-165/+210
2014-08-29Merge tag 'staging-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-43/+35
2014-08-29Merge tag 'char-misc-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+26
2014-08-29Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-7/+23
2014-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-129/+233
2014-08-29Merge tag 'dm-3.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds1-6/+19
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-39/+74
2014-08-29alpha: io: implement relaxed accessor macros for writesWill Deacon1-4/+8
2014-08-29alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree3-1/+7
2014-08-29arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon1-1/+1
2014-08-29arm64: Add brackets around user_stack_pointer()Catalin Marinas1-1/+1
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu5-2/+20
2014-08-29spi/rockchip: Avoid accidentally turning off the clockDoug Anderson1-1/+1
2014-08-29ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_namePeter Ujfalusi1-1/+1
2014-08-29ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for D...Takashi Sakamoto3-5/+22
2014-08-29ALSA: dice: fix wrong channel mappping at higher sampling rateTakashi Sakamoto1-5/+9
2014-08-29f2fs: fix wrong casting for dentry nameJaegeuk Kim1-3/+4
2014-08-28ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong1-3/+18
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong6-49/+95
2014-08-28jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-08-28arm64: perf: don't rely on layout of pt_regs when grabbing sp or pcWill Deacon1-0/+6
2014-08-28arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon1-3/+7
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2-2/+2
2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-6/+19
2014-08-28hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson1-0/+1
2014-08-28ASoC: cs4265: Fix setting of functional mode and clock dividerPaul Handrigan1-2/+2
2014-08-28ASoC: cs4265: Fix clock rates in clock map tablePaul Handrigan1-4/+4
2014-08-28Merge tag 'backlight-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2014-08-28Merge tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-14/+121
2014-08-28Merge tag 'pinctrl-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-23/+84
2014-08-28Merge tag 'for-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/sum...Linus Torvalds3-7/+10
2014-08-28Merge tag 'sound-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-8/+24
2014-08-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-65/+92
2014-08-28f2fs: simplify by using a literalDan Carpenter1-1/+1
2014-08-28mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regula...Tony Lindgren2-11/+11
2014-08-28mfd: tc3589x: Add device tree bindingsLinus Walleij1-0/+107
2014-08-28cfq-iosched: Add comments on update timing of weightToshiaki Makita1-0/+8
2014-08-28rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2-12/+12
2014-08-28Revert "ideapad-laptop: Disable touchpad interface on Yoga models"Hans de Goede1-27/+0
2014-08-28MAINTAINERS: Update platform-drivers-x86 maintainer and treeDarren Hart1-2/+2
2014-08-28dma-buf/fence: Fix one more kerneldoc warningThierry Reding1-0/+1
2014-08-28dma-buf/fence: Fix a kerneldoc warningThierry Reding1-1/+1
2014-08-28Documentation/dma-buf-sharing.txt: update API descriptionsGioh Kim1-6/+8
2014-08-28drm/ast: Add missing entry to dclk_table[]Y.C. Chen1-0/+1
2014-08-28Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin...Dave Airlie5-15/+16
2014-08-28Merge branch 'msm-fixes-3.17' of git://people.freedesktop.org/~robclark/linux...Dave Airlie4-5/+6
2014-08-27ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface listsRajendra Nayak2-2/+23
2014-08-27ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variantsRajendra Nayak1-0/+6
2014-08-28drm: fix division-by-zero on dumb_create()David Herrmann1-1/+2
2014-08-28ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark1-0/+4
2014-08-28Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie6-44/+63
2014-08-27Merge branch 'sec-v3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2014-08-27USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-08-28Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+3
2014-08-28cpufreq: s5pv210: Remove spurious __init annotationMark Brown1-1/+1
2014-08-28Merge branches 'acpi-scan', 'acpi-ec' and 'acpi-lpss'Rafael J. Wysocki3-9/+46
2014-08-28cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg1-0/+1
2014-08-28intel_pstate: Turn per cpu printk into pr_debugAndi Kleen1-1/+1
2014-08-27ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov1-33/+35
2014-08-27ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov1-2/+9
2014-08-27Revert "usb: ehci/ohci-exynos: Fix PHY getting sequence"Greg Kroah-Hartman2-42/+45
2014-08-27Merge tag 'renesas-clock-fixes-for-v3.17' of git://git.kernel.org/pub/scm/lin...Olof Johansson3-4/+4
2014-08-27Merge tag 'imx-fixes-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson4-7/+26
2014-08-27Merge tag 'omap-for-v3.17/fixes-against-rc2' of git://git.kernel.org/pub/scm/...Olof Johansson14-32/+58
2014-08-27MAINTAINERS: catch special Rockchip code locationsHeiko Stübner1-0/+5
2014-08-27radeon: Test for PCI root bus before assuming bus->selfAlex Williamson2-2/+10
2014-08-27x86/iosf: Add debugfs supportx86/platformDavid E. Box1-0/+74
2014-08-27x86/iosf: Add Kconfig prompt for IOSF_MBI selectionDavid E. Box1-2/+12
2014-08-27xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede1-0/+5
2014-08-27USB: serial: fix potential heap buffer overflowJohan Hovold1-0/+5
2014-08-27USB: serial: fix potential stack buffer overflowJohan Hovold1-10/+22
2014-08-27kprobes/x86: Free 'optinsn' cache when range check failsWang Nan1-1/+3
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-18/+42
2014-08-27spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko1-1/+1
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-135/+312
2014-08-27Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+15
2014-08-27ASoC: rt5677: correct mismatch widget nameBard Liao1-4/+4
2014-08-27spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko1-0/+2
2014-08-27ARM: 8130/1: cpuidle/cpuidle-big_little: fix reading cpu id part numberJuri Lelli3-11/+20
2014-08-27ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland3-16/+15
2014-08-27ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-08-27ARM: 8127/1: module: add support for R_ARM_TARGET1 relocationsAndrey Ryabinin2-0/+2
2014-08-27ASoC: rt5640: Do not allow regmap to use bulk read-write operationsJarkko Nikula1-0/+1
2014-08-27timerfd: Remove an always true checktimers/coreDan Carpenter1-2/+1
2014-08-27x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu1-1/+14
2014-08-27HID: picolcd: sanity check report size in raw_event() callbackJiri Kosina1-0/+6
2014-08-27HID: magicmouse: sanity check report size in raw_event() callbackJiri Kosina1-0/+10
2014-08-27ALSA: hda - Set up initial pins for Acer Aspire V5Takashi Iwai1-0/+18
2014-08-27ARM: dts: microsom-ar8035: MDIO pad must be set open drainRabeeh Khoury1-1/+1
2014-08-26tomoyo: Fix pathname calculation breakage.Tetsuo Handa1-2/+3
2014-08-26usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2-45/+42