linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-01 20:36:47 to 2018-10-02 01:16:20 UTC [more...]

[PATCH] CIFS: Print message when attempting mount
 2018-10-02  1:16 UTC  (2+ messages)

[RESEND PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-10-02  1:16 UTC  (9+ messages)
` [RESEND PATCH v4 1/8] bitops: "
` [RESEND PATCH v4 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [RESEND PATCH v4 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [RESEND PATCH v4 4/8] gpio: 104-idi-48: "
` [RESEND PATCH v4 5/8] gpio: gpio-mm: "
` [RESEND PATCH v4 6/8] gpio: ws16c48: "
` [RESEND PATCH v4 7/8] gpio: pci-idio-16: "
` [RESEND PATCH v4 8/8] gpio: pcie-idio-24: "

[PATCH v4 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-10-02  1:15 UTC  (2+ messages)
` [PATCH v4 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH 0/4] get_user_pages*() and RDMA: first steps
 2018-10-02  1:14 UTC  (9+ messages)

Query in Crypto framework
 2018-10-01 21:18 UTC 

[PATCH] driver core: device: add BUS_ATTR_WO macro
 2018-10-01 21:08 UTC  (2+ messages)

[PATCH] firmware: Always initialize the fw_priv list object
 2018-10-01 20:58 UTC  (7+ messages)

[GIT PULL] Late arm64 fixes for 4.19
 2018-10-02  0:53 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes
 2018-10-02  0:53 UTC  (2+ messages)

[GIT PULL] pstore fix for v4.19-rc7
 2018-10-02  0:53 UTC  (2+ messages)

[GIT PULL] extcon next for v4.20
 2018-10-02  0:42 UTC  (2+ messages)

[GIT PULL] PHY: for 4.20
 2018-10-02  0:33 UTC  (2+ messages)

[PATCH 0/2] rtc: cmos: Fix non-ACPI (non-x86) platform support
 2018-10-02  1:09 UTC  (3+ messages)
` [PATCH 1/2] rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
` [PATCH 2/2] rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI

[PATCH security-next v4 00/32] LSM: Explict LSM ordering
 2018-10-02  1:06 UTC  (34+ messages)
` [PATCH security-next v4 01/32] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v4 02/32] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v4 03/32] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v4 04/32] LSM: Remove initcall tracing
` [PATCH security-next v4 05/32] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v4 06/32] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v4 07/32] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v4 08/32] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v4 09/32] LSM: Provide init debugging infrastructure
` [PATCH security-next v4 10/32] LSM: Don't ignore initialization failures
` [PATCH security-next v4 11/32] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v4 12/32] LSM: Provide separate ordered initialization
` [PATCH security-next v4 13/32] LoadPin: Rename "enable" to "enforce"
` [PATCH security-next v4 14/32] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v4 15/32] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v4 16/32] LSM: Prepare for arbitrary LSM enabling
` [PATCH security-next v4 17/32] LSM: Introduce CONFIG_LSM_ENABLE
` [PATCH security-next v4 18/32] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v4 19/32] LSM: Prepare for reorganizing "security=" logic
` [PATCH security-next v4 20/32] LSM: Refactor "security=" in terms of enable/disable
` [PATCH security-next v4 21/32] LSM: Finalize centralized LSM enabling logic
` [PATCH security-next v4 22/32] apparmor: Remove boot parameter
` [PATCH security-next v4 23/32] selinux: "
` [PATCH security-next v4 24/32] LSM: Build ordered list of ordered LSMs for init
` [PATCH security-next v4 25/32] LSM: Introduce CONFIG_LSM_ORDER
` [PATCH security-next v4 26/32] LSM: Introduce "lsm.order=" for boottime ordering
` [PATCH security-next v4 27/32] LoadPin: Initialize as ordered LSM
` [PATCH security-next v4 28/32] Yama: "
` [PATCH security-next v4 29/32] LSM: Introduce enum lsm_order
` [PATCH security-next v4 30/32] capability: Initialize as LSM_ORDER_FIRST
` [PATCH security-next v4 31/32] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH security-next v4 32/32] LSM: Add all exclusive LSMs to ordered initialization

[PATCH v9 0/2] Add an initial DT binding doc for ina3221
 2018-10-02  1:05 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v9 2/2] hwmon: (ina3221) Read channel input source info from DT

[PATCH v5 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-02  0:58 UTC  (19+ messages)
` [PATCH v5 01/21] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v5 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v5 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v5 10/21] tpm: factor out tpm 1.x pm suspend flow "
` [PATCH v5 11/21] tpm: factor out tpm_startup function
` [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c
` [PATCH v5 13/21] tpm: add tpm_auto_startup() into tpm-interface.c
` [PATCH v5 21/21] tpm: use u32 instead of int for PCR index

[PATCH v14 00/19] Intel SGX1 support
 2018-10-02  0:31 UTC  (16+ messages)
` [PATCH v14 09/19] x86/mm: x86/sgx: Signal SEGV_SGXERR for #PFs w/ PF_SGX

linux-next: build warnings after merge of the pci tree
 2018-10-02  0:26 UTC 

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-10-01 23:57 UTC  (54+ messages)
` [PATCH security-next v3 01/29] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v3 02/29] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v3 03/29] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v3 04/29] LSM: Remove initcall tracing
` [PATCH security-next v3 05/29] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v3 06/29] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v3 07/29] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v3 08/29] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v3 09/29] LSM: Provide init debugging infrastructure
` [PATCH security-next v3 10/29] LSM: Don't ignore initialization failures
` [PATCH security-next v3 11/29] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v3 12/29] LSM: Provide separate ordered initialization
` [PATCH security-next v3 13/29] LoadPin: Rename "enable" to "enforce"
` [PATCH security-next v3 14/29] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v3 15/29] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v3 16/29] LSM: Prepare for arbitrary LSM enabling
` [PATCH security-next v3 17/29] LSM: Introduce CONFIG_LSM_ENABLE
` [PATCH security-next v3 18/29] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v3 19/29] LSM: Prepare for reorganizing "security=" logic

[PATCH] powerpc: remove leftover code of old GCC version checks
 2018-10-01 23:51 UTC  (2+ messages)

[PATCH v9 0/8] Introduce on-chip interconnect API
 2018-10-01 23:49 UTC  (10+ messages)
` [PATCH v9 2/8] dt-bindings: Introduce interconnect binding

[PATCH AUTOSEL 4.18 01/65] netfilter: xt_cluster: add dependency on conntrack module
 2018-10-01 23:48 UTC  (4+ messages)
` [PATCH AUTOSEL 4.18 39/65] fs/cifs: suppress a string overflow warning

[PATCH 0/7] Neaten logging uses
 2018-10-01 23:46 UTC  (2+ messages)

[PATCH v8 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-01 23:43 UTC  (6+ messages)
` [PATCH v8 13/13] nvmet: Optionally use PCI P2P memory

linux-next: Signed-off-by missing for commit in the net-next tree
 2018-10-01 23:34 UTC 

[PATCH RESEND] scsi: sg: Prevent potential double frees in sg driver
 2018-10-01 23:34 UTC  (2+ messages)

[PATCH] ASoC: Convert a few more users to using %pOFn instead of device_node.name
 2018-10-01 23:29 UTC  (5+ messages)
` [PATCH] input: xilinx_ps2: Convert "
` [PATCH] power: reset: "
` [PATCH] uio: Convert a few more users "

[PATCH v3 0/1] perf: Sharing PMU counters across compatible events
 2018-10-01 23:25 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH] migration/mm: Add WARN_ON to try_offline_node
 2018-10-01 23:23 UTC  (4+ messages)

[RFC 00/20] ns: Introduce Time Namespace
 2018-10-01 23:20 UTC  (13+ messages)
                ` Setting monotonic time?

[PATCH] powerpc/lib: fix book3s/32 boot failure due to code patching
 2018-10-01 23:19 UTC  (2+ messages)

[PATCH] media: cx18: Don't check for address of video_dev
 2018-10-01 23:12 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] fixes for soc/fsl drivers for v4.19 take 2
 2018-10-01 22:58 UTC 

[RESEND][PATCH] scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
 2018-10-01 22:58 UTC 

Leaking Path in XFS's ioctl interface(missing LSM check)
 2018-10-01 22:53 UTC  (12+ messages)

[PATCH v3 0/5] System call table generation support
 2018-10-01 22:52 UTC  (3+ messages)
` [PATCH v3 3/5] m68k: add system "

[PATCH] cxgb4: Use proper enum in IEEE_FAUX_SYNC
 2018-10-01 22:50 UTC  (2+ messages)

[PATCH] libosd: Remove ignored __weak attribute
 2018-10-01 22:47 UTC  (2+ messages)

[PATCH] fs/exofs: Remove ignored __weak attribute
 2018-10-01 22:47 UTC  (2+ messages)

[PATCH] Raise maximum number of memory controllers
 2018-10-01 22:43 UTC  (11+ messages)
                  ` [PATCH] EDAC: Don't add devices under /sys/bus/edac

[PATCH v2 0/4] AHCI support for BCM63138
 2018-10-01 22:39 UTC  (2+ messages)

[PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
 2018-10-01 22:36 UTC  (7+ messages)
` [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler "

linux-next: build warning after merge of the dma-mapping tree
 2018-10-01 22:35 UTC 

[PATCH v2 0/5] soc/fsl/qbman: DPAA QBMan fixes and additions
 2018-10-01 22:29 UTC  (4+ messages)
` [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

[PATCH v2 03/03] clk: actions: Add Actions Semi S500 SoC clock support
 2018-10-01 22:20 UTC  (2+ messages)

[PATCH] clk: mvebu: ap806: Remove superfluous of_clk_add_provider
 2018-10-01 22:13 UTC  (2+ messages)

[PATCH] clk: mvebu: use SPDX-License-Identifier
 2018-10-01 22:13 UTC  (2+ messages)

[PATCH] clk: tegra: Fix an infinite loop when clock rate is zero
 2018-10-01 22:08 UTC  (2+ messages)

[PATCH] rtc: mv: let the core handle invalid alarms
 2018-10-01 22:05 UTC 

[PATCH v3 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-01 22:04 UTC  (5+ messages)
` [PATCH v3 3/6] drivers: clk-qoriq: increase array size of cmux_to_group
` [PATCH v3 4/6] drivers: clk-qoriq: Add clockgen support for lx2160a

[PATCH v2] libnvdimm, dimm: Maximize label transfer size
 2018-10-01 22:02 UTC  (3+ messages)

[PATCH v8 00/10] x86: macrofying inline asm for better compilation
 2018-10-01 22:01 UTC  (5+ messages)
` [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm

[PATCH] regulator: fixed: Default enable high on DT regulators
 2018-10-01 21:56 UTC  (2+ messages)

[RFC workqueue/driver-core PATCH 0/5] Add NUMA aware async_schedule calls
 2018-10-01 21:54 UTC  (8+ messages)
` [RFC workqueue/driver-core PATCH 1/5] workqueue: Provide queue_work_near to queue work near a given NUMA node

[PATCH v2] dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
 2018-10-01 21:53 UTC 

[PATCH] rtc: vr41xx: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2018-10-01 21:51 UTC 

[PATCH] pinctrl: msm: Actually use function 0 for gpio selection
 2018-10-01 21:49 UTC 

[PATCH v4 00/19] LSM: Module stacking for SARA and Landlock
 2018-10-01 21:48 UTC  (3+ messages)
` [PATCH 21/19] LSM: Cleanup and fixes from Tetsuo Handa

[PATCH 1/2] mfd: cros: add "base attached" MKBP switch definition
 2018-10-01 21:39 UTC  (2+ messages)
` [PATCH 2/2] HID: google: add Whiskers driver to handle tablet mode properly

[PATCH v7 0/4] KASLR feature to randomize each loadable module
 2018-10-01 21:38 UTC  (5+ messages)
` [PATCH v7 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v7 2/4] x86/modules: Increase randomization for modules
` [PATCH v7 3/4] vmalloc: Add debugfs modfraginfo
` [PATCH v7 4/4] Kselftest for module text allocation benchmarking

[PATCH v8 0/9] KVM: Support PUD hugepage at stage 2
 2018-10-01 21:30 UTC  (3+ messages)
` [PATCH v8 9/9] KVM: arm64: Add support for creating PUD hugepages "

RESEND and REBASE arm+arm64+aarch32 vdso rewrite
 2018-10-01 21:28 UTC  (7+ messages)
` RESEND [PATCH v6 11/12] lib: vdso: Add support for CLOCK_BOOTTIME

[PATCH v7 0/7] clocksource: rework Atmel TCB timer driver
 2018-10-01 21:24 UTC  (5+ messages)
` [PATCH v7 2/7] clocksource/drivers: Add a new driver for the Atmel ARM TC blocks

[PATCH] gpiolib: Fix gpio_direction_* for single direction GPIOs
 2018-10-01 21:20 UTC  (10+ messages)
` [PATCH v2] gpiolib: Show correct direction from the beginning

[PATCH 0/5] remoteproc sysfs fixes/improvements
 2018-10-01 21:11 UTC  (2+ messages)

[PATCH] samples/rpmsg: Introduce a module parameter for message count
 2018-10-01 21:09 UTC  (3+ messages)

dma mask related fixups (including full bus_dma_mask support) v2
 2018-10-01 20:51 UTC  (3+ messages)

[BISECTED] Regression: Solidrun Clearfog Base won't boot since "PCI: mvebu: Only remap I/O space if configured"
 2018-10-01 21:01 UTC  (11+ messages)

__nf_register_net_hook jump label splat
 2018-10-01 20:57 UTC  (4+ messages)

[PATCH 0/3] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-10-01 20:56 UTC  (4+ messages)
` [PATCH 1/3] soc: imx: gpc: Increase GPC_CLK_MAX to 7
` [PATCH 2/3] PCI: imx: Add multi-pd support
` [PATCH 3/3] ARM: dts: imx6sx: Add DISPLAY power domain support

[RFC 0/5] perf: Per PMU access controls (paranoid setting)
 2018-10-01 20:51 UTC  (13+ messages)

[PATCH v7] regulator: fixed: Convert to use GPIO descriptor only
 2018-10-01 20:48 UTC  (5+ messages)

[PATCH RESEND] i2c: mux: pca954x: simplify code to reach the adapter
 2018-10-01 20:44 UTC  (3+ messages)

[PATCH v4 1/6] mpt3sas: Introduce mpt3sas_base_pci_device_is_available
 2018-10-01 20:40 UTC  (6+ messages)

4.14 backport request for dbdda842fe96f: "printk: Add console owner and waiter logic to load balance console writes"
 2018-10-01 20:40 UTC  (7+ messages)


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).