summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-11firmware: arm_sdei: Add ACPI GHES registration helperJames Morse1-0/+68
2019-02-08ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse1-1/+1
2019-02-08ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()James Morse1-27/+37
2019-02-08ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER lengthJames Morse1-11/+29
2019-02-08ACPI / APEI: Make GHES estatus header validation more user friendlyJames Morse1-14/+32
2019-02-08ACPI / APEI: Pass ghes and estatus separately to avoid a later copyJames Morse1-43/+49
2019-02-08ACPI / APEI: Let the notification helper specify the fixmap slotJames Morse1-53/+39
2019-02-08ACPI / APEI: Move locking to the notification helperJames Morse1-9/+25
2019-02-08ACPI / APEI: Switch NOTIFY_SEA to use the estatus queueJames Morse2-28/+6
2019-02-08ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMIJames Morse1-54/+59
2019-02-08ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errorsJames Morse1-25/+22
2019-02-08ACPI / APEI: Generalise the estatus queue's notify codeJames Morse1-22/+41
2019-02-08ACPI / APEI: Don't update struct ghes' flags in read/clear estatusJames Morse1-5/+0
2019-02-08ACPI / APEI: Remove spurious GHES_TO_CLEAR checkJames Morse1-3/+0
2019-02-08ACPI / APEI: Don't store CPER records physical address in struct ghesJames Morse1-19/+27
2019-02-08ACPI / APEI: Make estatus pool allocation a static sizeJames Morse2-44/+7
2019-02-08ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse2-28/+15
2019-02-08ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse1-15/+15
2019-02-08ACPI / APEI: Remove silent flag from ghes_read_estatus()James Morse1-8/+7
2019-02-08ACPI / APEI: Don't wait to serialise with oops messages when panic()ingJames Morse1-2/+0
2019-01-14ACPI: APEI: EINJ: Use DEFINE_DEBUGFS_ATTRIBUTE for debugfs filesYueHaibing1-8/+9
2019-01-14ACPI / APEI: Fix parsing HEST that includes Deferred Machine Check subtableYazen Ghannam1-0/+6
2019-01-14APEI / ERST: Switch to use new generic UUID APIAndy Shevchenko1-15/+12
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-56/+186
2019-01-13Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2019-01-13Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-24/+32
2019-01-13Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+33
2019-01-13Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson7-36/+181
2019-01-13phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard1-2/+3
2019-01-13Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds11-64/+185
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds170-940/+905
2019-01-12Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-102/+185
2019-01-12ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal1-0/+3
2019-01-12ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal1-9/+18
2019-01-12ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal1-17/+51
2019-01-12ata: ahci: mvebu: remove stale commentMiquel Raynal1-5/+0
2019-01-12ata: libahci_platform: comply to PHY frameworkMiquel Raynal2-0/+15
2019-01-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+20
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+3
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+4
2019-01-11Merge tag 'acpi-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-11/+59
2019-01-11Merge tag 'pm-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-23/+78
2019-01-11Merge tag 'drm-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-118/+219
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-11ACPI/IORT: Fix rc_dma_get_range()Jean-Philippe Brucker1-1/+2
2019-01-11Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman1-1/+1
2019-01-11Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/d...Daniel Vetter9-39/+91
2019-01-11Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.freedesktop.org/drm/...Daniel Vetter3-58/+82
2019-01-11Merge branches 'acpi-pci', 'acpi-power' and 'acpi-misc'Rafael J. Wysocki3-3/+26
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki5-19/+71