linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-28 19:53:23 to 2019-03-01 02:06:15 UTC [more...]

[PULL REQUEST] Lock down patches
 2019-03-01  2:05 UTC  (41+ messages)
` [PATCH 01/27] Add the ability to lock down access to the running kernel image
  ` [PATCH 02/27] Add a SysRq option to lift kernel lockdown
  ` [PATCH 03/27] Enforce module signatures if the kernel is locked down
  ` [PATCH 04/27] Restrict /dev/{mem,kmem,port} when "
  ` [PATCH 05/27] kexec_load: Disable at runtime if "
  ` [PATCH 06/27] Copy secure_boot flag in boot params across kexec reboot
  ` [PATCH 07/27] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
  ` [PATCH 08/27] kexec_file: Restrict at runtime if the kernel is locked down
  ` [PATCH 09/27] hibernate: Disable when "
  ` [PATCH 10/27] uswsusp: "
  ` [PATCH 11/27] PCI: Lock down BAR access "
  ` [PATCH 12/27] x86: Lock down IO port "
  ` [PATCH 13/27] x86/msr: Restrict MSR "
  ` [PATCH 14/27] ACPI: Limit access to custom_method "
  ` [PATCH 15/27] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
  ` [PATCH 16/27] acpi: Disable ACPI table override if the kernel is "
  ` [PATCH 17/27] acpi: Disable APEI error injection "
  ` [PATCH 18/27] Prohibit PCMCIA CIS storage when "
  ` [PATCH 19/27] Lock down TIOCSSERIAL
  ` [PATCH 20/27] Lock down module params that specify hardware parameters (eg. ioport)
  ` [PATCH 21/27] x86/mmiotrace: Lock down the testmmiotrace module
  ` [PATCH 22/27] Lock down /proc/kcore
  ` [PATCH 23/27] Lock down kprobes
  ` [PATCH 24/27] bpf: Restrict kernel image access functions when the kernel is locked down
  ` [PATCH 25/27] Lock down perf
  ` [PATCH 26/27] debugfs: Restrict debugfs when the kernel is locked down
  ` [PATCH 27/27] lockdown: Print current->comm in restriction messages

[PATCH] nvme-pci: Prevent mmio reads if pci channel offline
 2019-03-01  1:52 UTC  (16+ messages)

[PATCH 1/8] PCI: dwc: pci-dra7xx: fix a leaked reference by adding missing of_node_put
 2019-03-01  1:59 UTC  (3+ messages)
` [PATCH 7/8] PCI: mediatek: "

[PATCH v3 0/2] PCI: mediatek: enable whole MMIO range and enlarge the PCIe2AHB window size
 2019-03-01  1:58 UTC  (4+ messages)
` [PATCH v3 2/2] PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAM

[PATCH -next] fbdev: omap2: omapfb: trivial code cleanup
 2019-03-01  1:53 UTC 

[PATCH v3 0/8] This patch-set is to enable Guest CET support
 2019-02-28 16:25 UTC  (13+ messages)
` [PATCH v3 2/8] KVM:CPUID: Define CET CPUID bits and CR4.CET master enable bit
` [PATCH v3 3/8] KVM:CPUID: Add CPUID support for Guest CET
` [PATCH v3 6/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v3 7/8] KVM:X86: Add XSS bit 11 and 12 support for CET xsaves/xrstors

[PATCH V10 1/4] dt-bindings: fsl: scu: add thermal binding
 2019-03-01  1:41 UTC  (5+ messages)

[PATCH v2] scsi: NCR5380: Mark expected switch fall-through
 2019-03-01  1:32 UTC  (3+ messages)

[PATCH V4 1/3] dt-bindings: memory-controllers: freescale: add MMDC binding doc
 2019-03-01  1:26 UTC  (4+ messages)
` [PATCH V4 2/3] ARM: dts: imx7ulp: add mmdc support
` [PATCH V4 3/3] ARM: dts: imx: make MMDC node name generic

[RFC PATCH v2 00/14] Implement an HPET-based hardlockup detector
 2019-03-01  1:17 UTC  (4+ messages)
` [RFC PATCH v2 09/14] watchdog/hardlockup: Make arch_touch_nmi_watchdog() to hpet-based implementation

[PATCH 0/2] "pcie_aux" clock for i.MX8MQ
 2019-03-01  1:16 UTC  (5+ messages)
` [PATCH 2/2] PCI: imx6: Add code to request/control "

[GIT PULL] MIPS fixes for 5.0
 2019-03-01  0:56 UTC 

[PATCH] perf util: Refactor time range parsing code
 2019-03-01  0:55 UTC  (3+ messages)

BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter
 2019-03-01  0:54 UTC  (6+ messages)
  ` missing stack trace entry on NULL pointer call [was: Re: BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter]

[PATCH v6 0/3] Add Stratix 10 PCIe Root Port support
 2019-03-01  0:50 UTC  (4+ messages)
` [PATCH v6 1/3] PCI: altera: Add Stratix 10 PCIe support

[PATCH] mm/hugepages: fix "orig_pud" set but not used
 2019-03-01  0:49 UTC 

mmotm 2019-02-28-16-22 uploaded
 2019-03-01  0:22 UTC 

[PATCH RFC 0/1] uio: Add dmabuf import ioctl
 2019-03-01  0:18 UTC  (9+ messages)
` [PATCH RFC 1/1] uio: Add dma-buf import ioctls

[PATCH] selftests: x86: add version check in test_syscall_vdso
 2019-03-01  0:18 UTC 

+ include-linux-typesh-use-unsigned-int-instead-of-unsigned.patch added to -mm tree
 2019-03-01  0:13 UTC  (2+ messages)

[PATCH] net: ipv6: check net in ip6_call_ra_chain
 2019-03-01  0:09 UTC  (4+ messages)

[PATCH] wusb: use correct format characters
 2019-03-01  0:03 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-03-01  0:03 UTC  (2+ messages)

[PATCH] cxgb4: fix undefined behavior in mem.c
 2019-02-28 23:57 UTC  (5+ messages)

next/master boot bisection: next-20190215 on beaglebone-black
 2019-02-28 23:55 UTC  (7+ messages)

[PATCH net-next] net: dsa: Do not configure VLAN ID 0
 2019-02-28 23:49 UTC 

[PATCH 0/4] ION stability and perf changes
 2019-02-28 23:49 UTC  (8+ messages)
` [PATCH 2/4] staging: android: ion: Restrict cache maintenance to dma mapped memory
          ` [Linaro-mm-sig] "

[PATCH] x86/mm: fix "cpu" set but not used
 2019-02-28 23:43 UTC  (2+ messages)

[PATCH 1/2] device.h: pack struct dev_links_info
 2019-02-28 23:43 UTC  (10+ messages)

[PATCH] cros_ec: instantiate properly Intel ISH MCU device
 2019-02-28 23:39 UTC  (9+ messages)

[PATCH v3 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-02-28 23:27 UTC  (4+ messages)

MIPS fixes for 5.0
 2019-02-28 23:17 UTC 

[PATCH net] net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390X
 2019-02-28 23:16 UTC  (3+ messages)

[PATCH v2 0/5] selftests/ima: add kexec and kernel module tests
 2019-02-28 23:14 UTC  (15+ messages)
` [PATCH v2 2/5] selftests/ima: define a set of common functions
` [PATCH v2 3/5] selftests/ima: define common logging functions
` [PATCH v2 4/5] selftests/ima: kexec_file_load syscall test
` [PATCH v2 5/5] selftests/ima: loading kernel modules

[PATCH v3] x86/gart/kcore: Exclude GART aperture from kcore
 2019-02-28 23:12 UTC  (2+ messages)

[PATCH] Revert "of/device: Really only set bus DMA mask when appropriate"
 2019-02-28 23:04 UTC  (5+ messages)

[PATCH 0/2][RFC v2] Update the cpuinfo.max when power supply changes
 2019-02-28 22:56 UTC  (5+ messages)
` [PATCH 1/2][RFC v2] ACPI: add "processor.broadcast_ppc" hook to broadcast _PPC
` [PATCH 2/2][RFC v2] ACPI: Update cpuinfo.max after bootup if necessary

[PATCH] platform/sh_veu.c: remove redundant NULL pointer checks
 2019-02-28 22:54 UTC 

[PATCH v5 0/6] tracing/probes: uaccess: Add support user-space access
 2019-02-28 22:49 UTC  (3+ messages)
` [PATCH v5 3/6] uaccess: Add non-pagefault user-space read functions

[PATCH 0/7] drivers: firmware: psci: Some cleanup and refactoring
 2019-02-28 22:41 UTC  (8+ messages)
` [PATCH 3/7] drivers: firmware: psci: Split psci_dt_cpu_init_idle()
` [PATCH 5/7] drivers: firmware: psci: Simplify state node parsing

[PATCH v4 0/2] iio: adc: ads7950: add gpio support
 2019-02-28 22:16 UTC  (3+ messages)
` [PATCH v4 1/2] iio: adc: ti-ads7950: Fix improper use of mlock
` [PATCH v4 2/2] iio: adc: ti-ads7950: add GPIO support

[PATCH v2 1/4] mm/workingset: remove unused @mapping argument in workingset_eviction()
 2019-02-28 22:11 UTC  (8+ messages)
` [PATCH v2 2/4] mm: remove zone_lru_lock() function access ->lru_lock directly

linux-next: manual merge of the arm-soc tree with the arm64 tree
 2019-02-28 22:10 UTC 

[5.2][PATCH 0/3] Ingenic JZ47xx KMS driver
 2019-02-28 22:07 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: Add doc for the ingenic-drm driver
` [PATCH 2/3] dt-bindings: Add header for the ingenic-drm driver bindings
` [PATCH 3/3] DRM: Add KMS driver for the Ingenic JZ47xx SoCs

[PATCH 0/1] IOMMU SVA device driver interface
 2019-02-28 22:04 UTC  (7+ messages)
` [PATCH 1/1] iommu: Bind process address spaces to devices

[PATCH v7 21/22] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-02-28 21:58 UTC  (3+ messages)
  ` [PATCH] nds32: fix asm/syscall.h

[PATCH 0/7] add LCD support for SAM9X60
 2019-02-28 21:55 UTC  (11+ messages)
` [PATCH 1/7] drm: atmel-hlcdc: add config option for clock selection
` [PATCH 2/7] drm: atmel-hlcdc: avoid initializing cfg with zero
` [PATCH 6/7] drm: atmel-hlcdc: enable sys_clk during initalization

[PATCH net-next 00/15] net: mvpp2: fixes and improvements
 2019-02-28 21:45 UTC  (5+ messages)
` [PATCH net-next 14/15] net: mvpp2: set the XPCS and MPCS in reset when not used

[PATCH v3 0/3] arm: dts: imx8mq: Add cpufreq support
 2019-02-28 21:42 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores
` [PATCH v3 2/3] arm64: dts: imx8mq: Add the buck vdd_arm regulator
` [PATCH v3 3/3] arm64: dts: imx8mq: Add the opp table and cores opp properties

[PATCH v7 15/22] parisc: define syscall_get_error()
 2019-02-28 21:39 UTC  (3+ messages)

[PATCH] genirq: Mark expected switch fall-through
 2019-02-28 21:37 UTC 

[PATCH 1/3] list_bl: Add hlist_bl_add_before/behind helpers
 2019-02-28 21:34 UTC  (2+ messages)

[PATCH v4 0/5] soc: qcom: Add SoC info driver
 2019-02-28 21:34 UTC  (5+ messages)
` [PATCH v4 4/5] soc: qcom: socinfo: Expose custom attributes
` [PATCH v4 5/5] soc: qcom: socinfo: Expose image information

[PATCH] x86/mm: fix "prev_pud" set but not used
 2019-02-28 21:32 UTC 

[PATCH] perf/core: Mark expected switch fall-through
 2019-02-28 21:31 UTC  (2+ messages)

[PATCH] ARM: sun8i: h3: bluetooth for Banana Pi M2 Zero board
 2019-02-28 21:28 UTC 

[PATCH] block: Replace function name in string with __func__
 2019-02-28 21:09 UTC  (2+ messages)

[PATCH] ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq handler implemented
 2019-02-28 21:08 UTC  (2+ messages)

[PATCH] null_blk: fix checking for REQ_FUA
 2019-02-28 21:03 UTC  (2+ messages)

[RFC PATCH] mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
 2019-02-28 21:01 UTC  (9+ messages)

[PATCH for-next 1/1] blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->map
 2019-02-28 20:58 UTC  (2+ messages)

[PATCH v1 0/3] Add Error Disconnect Recover (EDR) support
 2019-02-28 20:49 UTC  (4+ messages)
` [PATCH v1 1/3] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v1 2/3] ACPI: Add Error Disconnect Recover (EDR) ACPI notifier support
` [PATCH v1 3/3] PCI/DPC: Add Error Disconnect Recover (EDR) support

[PATCH] xen-netback: don't populate the hash cache on XenBus disconnect
 2019-02-28 20:51 UTC  (2+ messages)

[PATCH] vfio/pci: use correct format characters
 2019-02-28 20:45 UTC  (2+ messages)

[PATCH 0/2] appletalk: A cleanup and bugfix
 2019-02-28 20:44 UTC  (2+ messages)

[PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
 2019-02-28 20:44 UTC  (5+ messages)

[PATCH] PCI: PCIe: PME: Fix pcie_pme_remove()
 2019-02-28 20:42 UTC  (2+ messages)

[PATCH] pcie: qcom: Add support for sdm845 PCIe controller
 2019-02-28 20:39 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2019-02-28 20:32 UTC 

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-02-28 20:27 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] staging: rtl8192e: Fix space and suspect issue
 2019-02-28 20:27 UTC  (2+ messages)

[PATCH v4 0/10] perf: enable compression of record mode trace to save storage space
 2019-02-28 20:23 UTC  (10+ messages)
` [PATCH v4 01/10] feature: implement libzstd check, LIBZSTD_DIR and NO_LIBZSTD defines
` [PATCH v4 02/10] perf record: implement -f,--mmap-flush=<threshold> option
` [PATCH v4 03/10] perf session: define bytes_transferred and bytes_compressed metrics

[PATCH 1/7] iio: inkern: API for reading available iio channel attribute values
 2019-02-28 20:22 UTC  (4+ messages)
` [PATCH 4/7] dt-bindings: power: supply: Add docs for Ingenic JZ47xx SoCs battery

[PATCH v4 0/7] vfio: ap: AP Queue Interrupt Control
 2019-02-28 20:20 UTC  (3+ messages)
` [PATCH v4 5/7] s390: ap: implement PAPQ AQIC interception in kernel

[PATCH v5 0/5] M_CAN Framework re-write
 2019-02-28 20:18 UTC  (14+ messages)
` [PATCH v5 1/5] can: m_can: Create a m_can platform framework
` [PATCH v5 2/5] can: m_can: Migrate the m_can code to use the framework
` [PATCH v5 5/5] can: tcan4x5x: Add tcan4x5x driver to the kernel

[PATCH 0/3] Add device tree support for kxcjk1013 accelerometer
 2019-02-28 20:18 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: Add vendor prefix for Kionix, Inc
` [PATCH 2/3] dt-bindings: iio: accel: kxcjk1013: Add device tree binding documentation
` [PATCH 3/3] iio: accel: kxcjk1013: Add device tree support

[PATCH] update NFIT flags error message
 2019-02-28 20:12 UTC 

[LKP] [mm/gup] cdaa813278: kernel_selftests.memfd.run_fuse_test.sh.fail
 2019-02-28 19:47 UTC 

[PATCH] scsi: smartpqi_init: Reporting 'logical unit failure'
 2019-02-28 20:03 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Add missing breaks in switch statements
 2019-02-28 20:03 UTC  (3+ messages)

[PATCH 0/3] drm/sun4i: DE2/DE3 improvements
 2019-02-28 20:03 UTC  (4+ messages)
` [PATCH 1/3] clk: sunxi-ng: Allow DE clock to set parent rate
` [PATCH 2/3] drm/sun4i: Add VI scaler line size quirk for DE2/DE3
` [PATCH 3/3] drm/sun4i: Improve VI scaling "

[PATCH v5] panic: Avoid the extra noise dmesg
 2019-02-28 20:00 UTC  (3+ messages)

[PATCH] net/bluetooth: Fix bound check in event handling
 2019-02-28 19:59 UTC 

[PATCH 0/5] Add new features for the Spreadtrum serial controller
 2019-02-28 19:53 UTC  (3+ messages)
` [PATCH 4/5] dt-bindings: serial: sprd: Add dma properties to support DMA mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).