aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-23intel_telemetry_pltdrv: Change verbosity control bitsSouvik Kumar Chakravarty1-1/+12
2016-03-23dell-rbtn: Add a comment about the XPS 13 9350Andy Lutomirski1-0/+15
2016-03-23dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)Andy Lutomirski1-7/+64
2016-03-23dell-wmi: Clean up hotkey table size checkAndy Lutomirski1-2/+13
2016-03-23dell-wmi, dell-laptop: depends DMIAndy Lutomirski1-0/+2
2016-03-23dell-wmi: Stop storing pointers to DMI tablesAndy Lutomirski1-28/+46
2016-03-23dell-led: use dell_smbios_send_request() for performing SMBIOS callsMichał Kępień1-59/+6
2016-03-23dell-led: use dell_smbios_find_token() for finding mic DMI tokensMichał Kępień2-54/+10
2016-03-23dell-smbios: make da_tokens staticMichał Kępień2-4/+1
2016-03-23dell-smbios: remove find_token_{id,location}()Michał Kępień2-28/+0
2016-03-23dell-laptop: use dell_smbios_find_token() instead of find_token_location()Michał Kępień1-12/+12
2016-03-23dell-laptop: use dell_smbios_find_token() instead of find_token_id()Michał Kępień1-11/+11
2016-03-23dell-smbios: implement new function for finding DMI table 0xDA tokensMichał Kępień2-0/+15
2016-03-23dell-smbios: make the SMBIOS buffer staticMichał Kępień2-3/+1
2016-03-23dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer()Michał Kępień3-19/+35
2016-03-23dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request()Michał Kępień2-6/+2
2016-03-23dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request()Michał Kępień3-25/+23
2016-03-23dell-smbios: rename dell_send_request() to dell_smbios_send_request()Michał Kępień3-26/+26
2016-03-23dell-smbios: rename release_buffer() to dell_smbios_release_buffer()Michał Kępień3-17/+17
2016-03-23dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer()Michał Kępień3-10/+10
2016-03-23dell-smbios: rename get_buffer() to dell_smbios_get_buffer()Michał Kępień3-16/+16
2016-03-23dell-laptop: extract SMBIOS-related code to a separate moduleMichał Kępień5-163/+257
2016-03-23toshiba_acpi: Add a module parameter to disable hotkeys registrationAzael Avalos1-0/+10
2016-03-23Documentation/ABI: Update sysfs-driver-toshiba_acpi fileAzael Avalos1-0/+16
2016-03-23toshiba_acpi: Add sysfs entries for the Cooling Method featureAzael Avalos1-0/+51
2016-03-23toshiba_acpi: Add support for cooling method featureAzael Avalos1-0/+54
2016-03-23thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface"Eric Curtin1-3/+1
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin1-1/+8
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin1-5/+1
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin1-4/+30
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin1-7/+20
2016-03-23pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy1-2/+2
2016-03-23pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman1-1/+1
2016-03-23pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-23perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2-8/+1
2016-03-23perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo1-7/+0
2016-03-23parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2-1/+5
2016-03-23perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo1-23/+14
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo4-11/+7
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo13-52/+17
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo16-45/+35
2016-03-23perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo1-2/+2
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo15-26/+22
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller5-11/+9
2016-03-23parisc: Panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2-1/+9
2016-03-23parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller3-14/+4
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-77/+46
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds5-0/+737
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds194-2463/+5681
2016-03-23x86/msr: Remove unused native_read_tscp()Prarit Bhargava1-8/+0
2016-03-23x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuckYaowei Bai1-1/+0
2016-03-23clocksource/drivers/pistachio: Correct output format of PTR_ERR()Vladimir Zapolskiy1-2/+2
2016-03-23irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden optionMaJun1-8/+6
2016-03-23ARM64: Kconfig: Select mbigen interrupt controller on Hisilicon platformMaJun1-0/+1
2016-03-22staging: delete STE RMI4 hackish driverLinus Walleij7-1206/+0
2016-03-22staging: android: ion_test: fix check of platform_device_register_simple() er...Vladimir Zapolskiy1-2/+2
2016-03-22staging: wilc1000: fix a couple of memory leaksColin Ian King1-2/+6
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk1-2/+2
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk1-3/+3
2016-03-22staging: wilc1000: fixed kernel panic when firmware is not startedLeo Kim1-0/+7
2016-03-22staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten1-6/+6
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla1-1/+1
2016-03-22staging: lustre: checking for NULL instead of IS_ERRDan Carpenter1-1/+1
2016-03-22staging: lustre: really make lustre dependent on LNetArnd Bergmann1-1/+1
2016-03-22staging: refresh TODO for rtl8712Xose Vazquez Perez1-6/+6
2016-03-22staging: refresh TODO for rtl8723auXose Vazquez Perez1-0/+3
2016-03-23ACPI / PM: Runtime resume devices when waking from hibernateLukas Wunner1-0/+1
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner1-0/+1
2016-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds134-1267/+6990
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-103/+454
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds192-15213/+49074
2016-03-22ia64/extable: use generic search and sort routinesArd Biesheuvel2-101/+4
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel2-111/+2
2016-03-22s390/extable: use generic search and sort routinesArd Biesheuvel3-93/+2
2016-03-22alpha/extable: use generic search and sort routinesArd Biesheuvel3-95/+9
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches13-60/+52
2016-03-22drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey1-1/+4
2016-03-22drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey1-4/+16
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey2-2/+12
2016-03-22memremap: don't modify flagsBrian Starkey1-7/+7
2016-03-22kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-03-22ipc/sem: make semctl setting sempid consistentDavidlohr Bueso1-2/+11
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2-0/+9
2016-03-22kfifo: fix sparse complaintsStefani Seibold1-1/+1
2016-03-22scripts/gdb: account for changes in module data structureJan Kiszka2-3/+4
2016-03-22scripts/gdb: add cmdline reader commandKieran Bingham1-0/+13
2016-03-22scripts/gdb: add version commandKieran Bingham2-0/+29
2016-03-22kernel: add kcov code coverageDmitry Vyukov28-1/+567
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2016-03-22hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-03-22ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-1/+1
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai2-20/+21
2016-03-22eventfd: document lockless access in eventfd_pollPaolo Bonzini1-2/+40
2016-03-22cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2016-03-22rapidio: add mport char device driverAlexandre Bounine6-0/+3105
2016-03-22rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine1-9/+73
2016-03-22rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine1-9/+16
2016-03-22rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine1-16/+21
2016-03-22rapidio/tsi721: add filtered debug outputAlexandre Bounine4-189/+249
2016-03-22rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2-7/+235
2016-03-22rapidio: add outbound window supportAlexandre Bounine3-0/+59
2016-03-22rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine1-12/+30
2016-03-22rapidio: add global inbound port write interfacesAlexandre Bounine7-51/+144
2016-03-22rapidio: move rio_pw_enable into core codeAlexandre Bounine4-11/+22
2016-03-22rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine3-13/+15
2016-03-22rapidio: add lock protection for doorbell listAlexandre Bounine2-3/+8
2016-03-22rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-22rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-22powerpc/fsl_rio: changes to mport registrationAlexandre Bounine1-6/+12
2016-03-22rapidio/tsi721: add HW specific mport removalAlexandre Bounine3-122/+212
2016-03-22rapidio: add core mport removal supportAlexandre Bounine3-20/+98
2016-03-22rapidio: move net allocation into core codeAlexandre Bounine4-44/+128
2016-03-22rapidio: rework common RIO device add/delete routinesAlexandre Bounine3-12/+36
2016-03-22rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38
2016-03-22rapidio/tsi721: add shutdown notification callbackAlexandre Bounine3-0/+48
2016-03-22rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine2-0/+14
2016-03-22rapidio/tsi721: add query_mport callbackAlexandre Bounine1-0/+34
2016-03-22rapidio: add query_mport operationAlexandre Bounine3-0/+69
2016-03-22rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2-30/+32
2016-03-22rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2-30/+142
2016-03-22rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2-21/+62
2016-03-22rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine1-4/+2
2016-03-22rapidio/rionet: add capability to change MTUAurelien Jacquiot1-2/+15
2016-03-22rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2016-03-22cpumask: remove incorrect information from commentEric Biggers1-2/+0
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn6-12/+32
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2016-03-22fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero3-5/+24
2016-03-22x86/compat: remove is_compat_task()Andy Lutomirski3-3/+4
2016-03-22drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski1-1/+1
2016-03-22input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski1-11/+1
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2-2/+2
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski1-1/+1
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski1-2/+2
2016-03-22net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski1-1/+1
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski1-1/+1
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski1-1/+1
2016-03-22staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski1-1/+1
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski1-2/+2
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski1-1/+1
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski1-2/+2
2016-03-22sparc/syscall: fix syscall_get_archAndy Lutomirski1-1/+8
2016-03-22sparc/compat: provide an accurate in_compat_syscall implementationAndy Lutomirski1-0/+7
2016-03-22compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski1-0/+15
2016-03-22kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa1-8/+13
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim1-43/+50
2016-03-22ocfs2: add feature document for online file checkGang He1-0/+94
2016-03-22ocfs2: check/fix inode block for online file checkGang He2-9/+218
2016-03-22ocfs2: create/remove sysfile for online file checkGang He1-0/+5
2016-03-22ocfs2: sysfile interfaces for online file checkGang He4-1/+660
2016-03-22ocfs2: export ocfs2_kset for online file checkGang He2-1/+4
2016-03-22cpufreq: governor: Always schedule work on the CPU running updateRafael J. Wysocki1-1/+1
2016-03-22cpufreq: Always update current frequency before startig governorRafael J. Wysocki1-11/+3
2016-03-22cpufreq: Introduce cpufreq_update_current_freq()Rafael J. Wysocki1-9/+19
2016-03-22cpufreq: Introduce cpufreq_start_governor()Rafael J. Wysocki1-22/+22
2016-03-22cpufreq: powernv: Add sysfs attributes to show throttle statsShilpasri G Bhat2-2/+141
2016-03-22cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access staticJisheng Zhang1-6/+6
2016-03-22PCI: ACPI: IA64: fix IO port generic range checkLorenzo Pieralisi1-1/+13
2016-03-22tracing: Record and show NMI statePeter Zijlstra3-3/+9
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2-3/+6
2016-03-22Merge branch 'AF_VSOCK-missed-wakeups'David S. Miller1-68/+87
2016-03-22AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda1-73/+85
2016-03-22Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda1-6/+13
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-487/+1327
2016-03-22Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-32/+136
2016-03-22macb: fix PHY resetSergei Shtylyov1-2/+2
2016-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-23/+46
2016-03-22drm/radeon/mst: cleanup code indentationDave Airlie1-8/+6
2016-03-22drm/radeon/mst: fix regression in lane/link handling.Dave Airlie1-10/+2
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-03-22fsl/fman: Workaround for Errata A-007273Igal Liberman1-16/+88
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-136/+101
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-03-22Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-372/+1893
2016-03-22Merge branch 'hns-fixes'David S. Miller11-41/+117
2016-03-22net: hns: bug fix about the overflow of mssDaode Huang1-9/+8
2016-03-22net: hns: adds limitation for debug port mtuKejian Yan2-0/+4
2016-03-22net: hns: fix the bug about mtu settingKejian Yan4-1/+9
2016-03-22net: hns: fixes a bug of RSSKejian Yan2-2/+22
2016-03-22net: hns: fix return value of the function about rssKejian Yan3-20/+8
2016-03-22net: hns: set xge statistic reg as read onlyQianqian Xie1-2/+3
2016-03-22net: hns: fixed the bug about GMACs mac settingSheng Li1-10/+8
2016-03-22net: hns: add uc match for debug portsKejian Yan5-2/+43
2016-03-22net: hns: fixed portid bug in sending manage pktSheng Li3-1/+9
2016-03-22net: hns: bug fix about ping6Kejian Yan1-0/+9
2016-03-22ipv6: remove unused in6_addr structLuis de Bethencourt1-1/+0
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny1-1/+9
2016-03-22ethtool: minor doc updateDavid Decotigny1-3/+3
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds29-1195/+1240
2016-03-22Merge tag 'pci-v4.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+1
2016-03-22Merge tag 'sound-fix-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+28
2016-03-22Merge tag 'iommu-updates-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-414/+2953
2016-03-22nfsd: better layoutupdate bounds-checkingJ. Bruce Fields1-4/+8
2016-03-22nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska1-11/+13
2016-03-22KVM: page_track: fix access to NULL slotPaolo Bonzini1-2/+7
2016-03-22KVM: PPC: do not compile in vfio.o unconditionallyPaolo Bonzini1-1/+2
2016-03-22kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel1-18/+19