aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_threadVlastimil Babka1-0/+2
2018-08-14cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa1-0/+2
2018-08-14x86/init: fix build with CONFIG_SWAP=nVlastimil Babka1-0/+2
2018-08-13ARM: 8778/1: clkdev: don't call __of_clk_get_by_name() unnecessarily from clk_get()Bartosz Golaszewski1-1/+1
2018-08-13Documentation: remove dynamic-resolution-notes reference to non-existent fileHarish Jenny K N1-3/+2
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller10-232/+88
2018-08-13parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-13parisc: Remove ordered stores from syscall.SJohn David Anglin1-12/+12
2018-08-13parisc: prefer _THIS_IP_ and _RET_IP_ statement expressionsNick Desaulniers1-2/+2
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller3-0/+112
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller3-13/+2
2018-08-13parisc: use generic dma_noncoherent_opsChristoph Hellwig4-139/+16
2018-08-13parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig1-3/+3
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig4-59/+43
2018-08-12Linux 4.18Linus Torvalds1-1/+1
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds3-3/+3
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen3-23/+2
2018-08-12iomap: Switch to offset_in_page for clarityAndreas Gruenbacher1-10/+10
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang1-5/+4
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2-11/+6
2018-08-11xen/netfront: don't cache skb_shinfo()Juergen Gross1-4/+4
2018-08-11net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk1-4/+7
2018-08-11net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2-11/+5
2018-08-11mtd: rawnand: atmel: Select GENERIC_ALLOCATORBoris Brezillon1-0/+1
2018-08-10zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim1-1/+14
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin4-17/+0
2018-08-10MAINTAINERS: GDB: update e-mail addressKieran Bingham1-1/+1
2018-08-10smb3: create smb3 equivalent alias for cifs pseudo-xattrsSteve French1-2/+26
2018-08-10Documentation: corrections to console/console.txtRandy Dunlap1-7/+8
2018-08-10Documentation: add ioctl number entry for v4l2-subdev.hRandy Dunlap1-0/+1
2018-08-10Remove gendered language from management style documentationFox Foster1-12/+13
2018-08-10pinctrl: nomadik: silence uninitialized variable warningDan Carpenter1-5/+6
2018-08-10pinctrl: axp209: Fix NULL pointer dereference after allocationAnton Vasilyev1-6/+20
2018-08-10pinctrl: samsung: Remove duplicated "wakeup" in printkKrzysztof Kozlowski1-1/+1
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel3-5/+10
2018-08-10xfs: repair the AGIDarrick J. Wong3-1/+220
2018-08-10xfs: repair the AGFLDarrick J. Wong5-1/+380
2018-08-10xfs: repair the AGFDarrick J. Wong4-10/+400
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li1-3/+10
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French2-0/+68
2018-08-10cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg1-1/+1
2018-08-10cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg1-0/+5
2018-08-10regulator: add QCOM RPMh regulator driverDavid Collins3-0/+779
2018-08-10regulator: dt-bindings: add QCOM RPMh regulator bindingsDavid Collins2-0/+196
2018-08-10hwmon: (adt7475) Change show functions to return error data correctlyTokunori Ikegami1-2/+38
2018-08-10hwmon: (adt7475) Change update functions to add error handlingTokunori Ikegami1-42/+145
2018-08-10hwmon: (adt7475) Change valid parameter to bool typeTokunori Ikegami1-1/+2
2018-08-10hwmon: (adt7475) Split device update function to measure and limitsTokunori Ikegami1-101/+109