summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton1-0/+5
2019-01-25audit: add support for fcaps v3Richard Guy Briggs1-2/+3
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2-20/+24
2019-01-25video/hdmi: Add an enum for HDMI packet typesVille Syrjälä1-0/+15
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-25net: dev_is_mac_header_xmit() true for ARPHRD_RAWIPMaciej Żenczykowski1-0/+1
2019-01-25net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit1-1/+1
2019-01-25clk: Remove 'flags' member of struct clk_fixed_rateStephen Boyd1-1/+0
2019-01-25clk: Document CLK_MUX_READ_ONLY mux flagStephen Boyd1-0/+2
2019-01-25clk: Document deprecated thingsStephen Boyd1-1/+1
2019-01-25clk: Collapse gpio clk kerneldocStephen Boyd1-15/+8
2019-01-24block: Fix comment typoDamien Le Moal1-1/+1
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+5
2019-01-24net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe1-6/+26
2019-01-24Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+3
2019-01-24Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+3
2019-01-24fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-2/+2
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra4-445/+410
2019-01-24bpf: notify offload JITs about optimizationsJakub Kicinski2-0/+12
2019-01-24bpf: verifier: record original instruction indexJakub Kicinski1-0/+1
2019-01-24bpf: verifier: remove dead codeJakub Kicinski1-0/+1
2019-01-23spi: Go back to immediate teardownMark Brown1-2/+0
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen1-0/+31
2019-01-23pxa2xx: replace spi_master with spi_controllerLubomir Rintel1-2/+2
2019-01-23ptp: add debugfs support for ptp_qoriqYangbo Lu1-0/+12
2019-01-23ptp_qoriq: support external trigger stamp FIFOYangbo Lu1-0/+3
2019-01-23qede: Error recovery processTomer Tayar1-4/+17
2019-01-23qed: Add infrastructure for error detection and recoveryTomer Tayar1-0/+20
2019-01-23bridge: Snoop Multicast Router AdvertisementsLinus Lüssing1-0/+5
2019-01-23bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing3-1/+21
2019-01-23Merge tag 'v5.0-rc3' into next-generalJames Morris31-43/+217
2019-01-23writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-01-23OPP: Add support for parsing the 'opp-level' propertyRajendra Nayak1-0/+7
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang1-0/+1
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas1-0/+3
2019-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-2/+1
2019-01-22io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macrosLogan Gunthorpe2-0/+128
2019-01-22interconnect: Allow endpoints translation via DTGeorgi Djakov2-0/+24
2019-01-22interconnect: Add generic on-chip interconnect APIGeorgi Djakov2-0/+177
2019-01-22ihex: Simplify next record offset calculationAndrey Smirnov1-3/+7
2019-01-22ihex: Check if zero-length record is at the end of the blobAndrey Smirnov1-1/+1
2019-01-22ihex: Share code between ihex_validate_fw() and ihex_next_binrec()Andrey Smirnov1-8/+13
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-0/+20
2019-01-22powerpc: Implement nvram ioctlsFinn Thain1-0/+2
2019-01-22char/nvram: Implement NVRAM read/write methodsFinn Thain1-2/+30
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain1-0/+2
2019-01-22char/nvram: Adopt arch_nvram_opsFinn Thain1-0/+32
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-0/+3
2019-01-22m68k/atari: Implement arch_nvram_ops structFinn Thain1-0/+14