summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold2020-01-231-2/+0
* bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-231-1/+1
* LSM: generalize flag passing to security_capableMicah Morton2020-01-232-17/+19
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-231-4/+4
* fs/select: avoid clang stack usage warningArnd Bergmann2020-01-171-0/+4
* can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp2020-01-141-0/+34
* macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet2020-01-121-0/+8
* net: core: limit nested device depthTaehee Yoo2020-01-091-0/+4
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2020-01-091-1/+0
* libata: Fix retrieving of active qcsSascha Hauer2020-01-091-0/+1
* ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2020-01-091-0/+2
* dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner2020-01-091-1/+4
* nvme_fc: add module to ops template to allow module referencesJames Smart2020-01-091-0/+4
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-041-0/+37
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-01-041-8/+11
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+10
* net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet2020-01-041-2/+4
* libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2020-01-041-0/+3
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-041-1/+1
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-11/+3
* rfkill: allocate static minorMarcel Holtmann2019-12-311-0/+1
* ipmi: Don't allow device module unload when in useCorey Minyard2019-12-311-4/+8
* mod_devicetable: fix PHY module formatRussell King2019-12-311-2/+2
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-211-0/+13
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-0/+5
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2019-12-171-1/+12
* mfd: rk808: Fix RK818 ID templateDaniel Schultz2019-12-171-1/+1
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-171-0/+10
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-131-1/+1
* jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-12-131-2/+2
* kernfs: fix ino wrap-around detectionTejun Heo2019-12-131-0/+1
* firmware: qcom: scm: fix compilation error when disabledJonathan Marek2019-12-131-0/+3
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2019-12-131-0/+7
* mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal2019-12-131-1/+1
* dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund2019-12-131-2/+1
* ACPI: fix acpi_find_child_device() invocation in acpi_preset_companion()Alexey Dobriyan2019-12-131-1/+1
* dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2019-12-131-0/+6
* regulator: Fix return value of _set_load() stubMark Brown2019-12-131-1/+1
* virtchnl: Fix off by one errorAlice Michael2019-12-131-2/+2
* serial: core: Allow processing sysrq at port unlock timeDouglas Anderson2019-12-131-1/+36
* net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-12-051-1/+1
* blktrace: Show requests without sectorJan Kara2019-12-051-1/+7
* mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai2019-12-051-8/+10
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-0/+2
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-12-051-6/+7
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2019-12-051-6/+0
* kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2019-12-051-0/+3
* serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2019-12-051-0/+4
* gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski2019-12-051-1/+1
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2019-12-051-0/+2