linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-02 16:06:16 to 2017-03-02 20:04:11 UTC [more...]

[RFC PATCH 0/2] mtd: spi-nor: Handle vmalloc'd buffers
 2017-03-02 17:00 UTC  (12+ messages)
` [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support

[PATCH 0/4] watchdog: sama5d4: fix issues
 2017-03-02 19:29 UTC  (6+ messages)
` [PATCH 2/4] watchdog: sama5d4: fix race condition
` [PATCH 3/4] watchodg: sama5d4: simplify probe

[PATCH 0/3] mtd: Add support for reading MTD devices via the nvmem API
 2017-03-02 20:03 UTC  (5+ messages)
` [PATCH 1/3] doc: bindings: Add bindings documentation for mtd nvmem
` [PATCH 2/3] mtd: Add support for reading MTD devices via the nvmem API
` [PATCH 3/3] nvmem: core: Allow allocating several anonymous nvmem devices

[PATCH 1/6] staging: wlan-ng: Fix sparse warning of restricted __le16
 2017-03-02 17:34 UTC  (6+ messages)
` [Outreachy kernel] "

[PATCH v2 4/5] perf: kretprobes: offset from reloc_sym if kernel supports it
 2017-03-02 19:06 UTC  (3+ messages)

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-02 19:11 UTC  (8+ messages)
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 13/32] KVM: SVM: Enable SEV by setting the SEV_ENABLE CPU feature
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages
` [RFC PATCH v2 17/32] x86: kvmclock: Clear encryption attribute when SEV is active
` [RFC PATCH v2 19/32] crypto: ccp: Introduce the AMD Secure Processor device

[PATCH 00/11] drm/meson: Initial support for HDMI Output
 2017-03-02 16:15 UTC  (10+ messages)
` [PATCH 01/11] drm/meson: Use crtc_state for hdisplay and fix atomic flush/enable sync for vsync commit
` [PATCH 02/11] drm/meson: Add missing HDMI register
` [PATCH 03/11] drm/meson: Add support for components
` [PATCH 04/11] drm/meson: venc_cvbs: no more return -ENODEV if CVBS is not available
` [PATCH 05/11] drm/meson: add support for HDMI clock support
` [PATCH 06/11] drm/meson: Add support for HDMI venc modes and settings
` [PATCH 10/11] dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension

[PATCH 1/7] staging: media: Remove unnecessary typecast of c90 int constant
 2017-03-02 19:52 UTC  (6+ messages)
` [PATCH 3/7] staging: media: Replace NULL with "!"
` [PATCH 4/7] staging: media: Remove blank line before '}' and after '{' braces
` [PATCH 5/7] staging: media: Remove multiple assignments
` [PATCH 6/7] staging: media: Use x instead of x != NULL
` [PATCH 7/7] staging: media: Do not use multiple blank lines

tty: panic in tty_ldisc_restore
 2017-03-02 19:30 UTC  (12+ messages)

[PATCH 0/4] Fix multiple checkpatch issues
 2017-03-02 18:54 UTC  (4+ messages)
` [PATCH 1/4] staging: speakup: Placed Logical on the previous line
` [PATCH 2/4] staging: speakup: spaces preferred around operator
` [PATCH 3/4] staging: speakup: identation should use tabs

[PATCH] Add braces for union initializer in struct static_key, fix perf Makefile dependency
 2017-03-02 19:44 UTC 

cgroup: WARNING in cgroup_kill_sb
 2017-03-02 19:15 UTC 

[PATCH] uapi: fix linux/btrfs.h userspace compilation error
 2017-03-02 19:42 UTC  (9+ messages)
  ` [PATCH v2] btrfs: remove btrfs_err_str function from uapi/linux/btrfs.h
    ` [PATCH v3] "
              ` [PATCH] MAINTAINERS: add btrfs file entries

[PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
 2017-03-02 19:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] arc: axs10x: Add DT bindings for I2S audio playback
 2017-03-02 18:57 UTC  (4+ messages)
` [PATCH 2/2] arc: axs10x: Fix ARC PGU default clock frequency

[PATCH] staging: iio: ad9832: Move header file content to source file
 2017-03-02 19:07 UTC  (3+ messages)

net/sctp: use-after-free in sctp_association_put
 2017-03-02 19:21 UTC  (3+ messages)

[PATCH/RFC] arm64: pmu: add Qualcomm Technologies extensions
 2017-03-02 19:30 UTC  (6+ messages)

[PATCH 0/2] ARM: dts: bcm5301x: Add TWD and I2C
 2017-03-02 19:19 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: bcm5301x: Add TWD WD Support to DT

[PATCH -v1.1] x86: Optimize clear_page()
 2017-03-02 18:19 UTC  (3+ messages)
` [lkp-robot] [x86] ed3ce2a917: BUG:unable_to_handle_kernel

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-02 16:44 UTC  (20+ messages)
                          ` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail

[PATCH 00/26] bring back stack frame warning with KASAN
 2017-03-02 17:55 UTC  (29+ messages)
` [PATCH 01/26] compiler: introduce noinline_for_kasan annotation
` [PATCH 02/26] rewrite READ_ONCE/WRITE_ONCE
` [PATCH 03/26] typecheck.h: avoid local variables in typecheck() macro
` [PATCH 04/26] tty: kbd: reduce stack size with KASAN
` [PATCH 05/26] netlink: mark nla_put_{u8,u16,u32} noinline_for_kasan
` [PATCH 06/26] rocker: mark rocker_tlv_put_* functions as noinline_for_kasan
` [PATCH 07/26] brcmsmac: reduce stack size with KASAN
` [PATCH 08/26] brcmsmac: make some local variables 'static const' to reduce stack size
` [PATCH 09/26] brcmsmac: split up wlc_phy_workarounds_nphy
` [PATCH 10/26] brcmsmac: reindent split functions
` [PATCH 11/26] rtlwifi: reduce stack usage for KASAN
` [PATCH 12/26] wl3501_cs: reduce stack size "
` [PATCH 13/26] rtl8180: "
` [PATCH 14/26] [media] dvb-frontends: reduce stack size in i2c access
` [PATCH 15/26] [media] tuners: i2c: reduce stack usage for tuner_i2c_xfer_*
` [PATCH 16/26] [media] i2c: adv7604: mark register access as noinline_for_kasan
` [PATCH 17/26] [media] i2c: ks0127: reduce stack frame size for KASAN
` [PATCH 19/26] [media] r820t: mark register functions as noinline_for_kasan
` [PATCH 20/26] [media] em28xx: split up em28xx_dvb_init to reduce stack size
` [PATCH 21/26] drm/bridge: ps8622: reduce stack size for KASAN
` [PATCH 22/26] drm/i915/gvt: don't overflow the kernel stack with KASAN
` [PATCH 23/26] mtd: cfi: reduce stack size "
` [PATCH 24/26] ocfs2: "
` [PATCH 25/26] isdn: eicon: mark divascapi incompatible with kasan
` [PATCH 26/26] kasan: rework Kconfig settings

[PATCH v3] staging: iio: adis16201: Move header file content to source file
 2017-03-02 19:12 UTC  (2+ messages)

[PATCH v1] irqdomain: add empty irq_domain_check_msi_remap
 2017-03-02 15:11 UTC 

[PATCH v8 08/11] cryptouser.h: fix include from userland
 2017-03-02 16:56 UTC  (13+ messages)
` [PATCH v9 00/11] uapi: export all headers under uapi directories
  ` [PATCH v9 01/11] h8300: put bitsperlong.h in uapi
  ` [PATCH v9 02/11] nios2: put setup.h "
  ` [PATCH v9 03/11] x86: stop exporting msr-index.h to userland
  ` [PATCH v9 04/11] Makefile.headersinst: cleanup input files
  ` [PATCH v9 05/11] Makefile.headersinst: remove destination-y option
  ` [PATCH v9 06/11] uapi: includes linux/types.h before exporting files
  ` [PATCH v9 07/11] btrfs_tree.h: fix include from userland
  ` [PATCH v9 08/11] cryptouser.h: "
  ` [PATCH v9 09/11] smc_diag.h: "
  ` [PATCH v9 10/11] uapi: export all headers under uapi directories
  ` [PATCH v9 11/11] uapi: export all arch specifics directories

[PATCH 1/4] Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel comment style
 2017-03-02 17:07 UTC  (4+ messages)
` [PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis
  ` [PATCH 3/4] Staging:wilc1000:wilc_spi: Fixed spelling error
    ` [PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style

[PATCH v2 00/21] x86/xen: untangle PV and PVHVM guest support code
 2017-03-02 17:53 UTC  (17+ messages)
` [PATCH v2 04/21] x86/xen: split off enlighten_pvh.c
` [PATCH v2 06/21] x86/xen: split off enlighten_pv.c
` [PATCH v2 07/21] x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()
` [PATCH v2 08/21] x86/xen: split xen_smp_prepare_boot_cpu()
` [PATCH v2 09/21] x86/xen: split xen_cpu_die()
` [PATCH v2 11/21] x86/xen: split off smp_pv.c
` [PATCH v2 12/21] x86/xen: split off mmu_hvm.c
` [PATCH v2 13/21] x86/xen: split off mmu_pv.c
` [PATCH v2 14/21] x86/xen: split suspend.c for PV and PVHVM guests
` [PATCH v2 15/21] x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV
` [PATCH v2 16/21] x86/xen: define startup_xen for XEN PV only
` [PATCH v2 17/21] x86/xen: create stubs for HVM-only builds in page.h
` [PATCH v2 18/21] xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV
` [PATCH v2 19/21] xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds
` [PATCH v2 20/21] x86/xen: enable PVHVM-only builds
` [PATCH v2 21/21] x86/xen: rename some PV-only functions in smp_pv.c

Kernel bio layer is sending bio size more than our block device is capable of handling
 2017-03-02 16:15 UTC  (5+ messages)

[PATCH] Drivers: hv: util: move waiting for release to hv_utils_transport itself
 2017-03-02 16:53 UTC  (2+ messages)

[PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times
 2017-03-02 18:39 UTC  (12+ messages)
            ` subdevice config into pointer (was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times)

[PATCH v2] staging: speakup: Comparison to NULL could be written
 2017-03-02 18:31 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH V2] arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
 2017-03-02 18:28 UTC  (2+ messages)

[PATCH] [RFC] x86: avoid -mtune=atom for objtool warnings
 2017-03-02 18:25 UTC  (8+ messages)

[PATCH] input: cpcap-pwrbutton: new driver
 2017-03-02 18:01 UTC  (6+ messages)
` [PATCHv2 1/2] mfd: cpcap: implement irq sense helper
  ` [PATCHv2 2/2] input: cpcap-pwrbutton: new driver

[PATCH] module: set __jump_table alignment to 8
 2017-03-02 18:26 UTC  (6+ messages)

[PATCH v2 0/9] kasan: improve error reports
 2017-03-02 17:19 UTC  (3+ messages)
` [PATCH v2 1/9] kasan: introduce helper functions for determining bug type

[PATCH 1/4] staging: speakup: Placed Logical on the previous line
 2017-03-02 16:51 UTC  (4+ messages)
` [PATCH 2/4] staging: speakup: spaces preferred around operator
` [PATCH 3/4] staging: speakup: identation should use tabs
` [Outreachy kernel] [PATCH 1/4] staging: speakup: Placed Logical on the previous line

[PATCH V2] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-03-02 18:10 UTC  (7+ messages)

[RFC 00/11] make try_to_unmap simple
 2017-03-02 14:51 UTC  (5+ messages)
` [RFC 02/11] mm: remove unncessary ret in page_referenced
` [RFC 04/11] mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu

ftrace_graph_filter not working correctly since v4.10
 2017-03-02 18:05 UTC  (5+ messages)

[PATCH 0/7] net: stmmac: Fixes and Tegra186 support
 2017-03-02 16:44 UTC  (5+ messages)
` [PATCH 6/7] net: stmmac: dwc-qos: Split out ->probe() and ->remove()
` [PATCH 7/7] net: stmmac: dwc-qos: Add Tegra186 support

[PATCH] netvsc: fix use-after-free in netvsc_change_mtu()
 2017-03-02 17:06 UTC  (2+ messages)

[PATCH v2 1/5] tpm_tis_spi: Use single function to transfer data
 2017-03-02 13:03 UTC  (2+ messages)
` [PATCH v2 3/5] tpm_tis_spi: Check correct byte for wait state indicator

Regression in 4.11 - PowerPC crashes on boot, bisected to commit 5657933dbb6e
 2017-03-02 12:26 UTC  (3+ messages)

[PATCH v2 1/3] watchdog: sama5d4: Cleanup init
 2017-03-02 17:35 UTC  (8+ messages)
` [PATCH v2 2/3] watchdog: sama5d4: Fix setting timeout when watchdog is disabled

PPro arch_cpu_idle: NMI watchdog: Watchdog detected hard LOCKUP on cpu 1
 2017-03-02 16:11 UTC  (5+ messages)

[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
 2017-03-02 18:00 UTC  (6+ messages)
` [PATCH 14/20] PCI: hisi: update PCI config space remap function

BUG due to "xen-netback: protect resource cleaning on XenBus disconnect"
 2017-03-02 14:25 UTC  (2+ messages)

[PATCH v2 0/3] meson-gx: Add mali-450 support
 2017-03-02 17:45 UTC  (5+ messages)
` [PATCH v2 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL

[RFC v2 0/1] shiftfs: uid/gid shifting filesystem (s_user_ns version)
 2017-03-02 17:06 UTC  (3+ messages)
` [RFC v2 1/1] shiftfs: uid/gid shifting bind mount

[PATCH v2] tpm: Apply a sane minimum adapterlimit value for retransmission
 2017-03-02 17:24 UTC  (5+ messages)
` [tpmdd-devel] "

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-02 13:40 UTC  (6+ messages)
` [PATCH v5 06/13] "

[PATCH 0/6] cpufreq: schedutil: fixes for flags updates
 2017-03-02 17:11 UTC  (3+ messages)

[PATCH 0/2] cpufreq: intel_pstate: Two fixes related to limis
 2017-03-02 17:22 UTC  (5+ messages)
` [PATCH v2 0/3] cpufreq: intel_pstate: Fixes "
  ` [PATCH v2 2/3] cpufreq: intel_pstate: Do not reinit performance limits in ->setpolicy

[PATCH] drm/arcpgu: use .mode_fixup instead of .atomic_check
 2017-03-02 17:27 UTC 

[PATCH] clk: core: Copy connection id
 2017-03-02 12:45 UTC  (5+ messages)

[PATCH] staging: speakup: replace simple_strtoul with kstrtou8
 2017-03-02 14:28 UTC 

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-02 17:03 UTC  (4+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-02 17:01 UTC  (5+ messages)
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME

[PATCHv2 00/14] set_memory_* functions header refactor
 2017-03-02 17:09 UTC  (3+ messages)
` [PATCHv2 11/14] module: Use set_memory.h header

[PATCH V3 0/4] Add Spreadtrum SP9860G support
 2017-03-02 16:22 UTC  (2+ messages)
  ` [PATCH V3 1/4] arm64: dts: Add basic DT to support Spreadtrum's SP9860G

[PATCH 2/3] Staging:wilc1000:host_interface: Fixed alignment to match open parenthesis
 2017-03-02 15:38 UTC  (2+ messages)
` [PATCH 3/3] Staging:wilc1000:host_interface: Integrated two 'if' statements to a single 'if' statement

fanotify: Support for file creation and deletion
 2017-03-02 16:41 UTC 

[PATCH v4 0/4] phy: USB and PCIe phy drivers for Qcom chipsets
 2017-03-02 16:40 UTC  (11+ messages)
` [PATCH v4 2/4] phy: qcom-qusb2: New driver for QUSB2 PHY on Qcom chips

[PATCH] staging: nvec: cleanup USLEEP_RANGE checkpatch checks
 2017-03-02 15:18 UTC  (4+ messages)
` [Outreachy kernel] "

rxrpc: Fix deadlock between call creation and sendmsg/recvmsg
 2017-03-02 16:13 UTC  (2+ messages)

[PATCH] Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel comment style
 2017-03-02 16:41 UTC 

[PATCH] clk: tegra: Implement reset control reset
 2017-03-02 14:16 UTC 

[PATCH] clk: tegra: fix disable unused for clocks sharing enable bit
 2017-03-02 13:22 UTC 

nios2 crash/hang in mainline due to 'lib: update LZ4 compressor module'
 2017-03-02 16:38 UTC  (7+ messages)

[PATCH v5 00/10] Landlock LSM: Toward unprivileged sandboxing
 2017-03-02 16:36 UTC  (7+ messages)
` [PATCH v5 06/10] seccomp,landlock: Handle Landlock events per process hierarchy

[PATCH v4 00/36] i.MX Media Driver
 2017-03-02 16:02 UTC  (3+ messages)
` [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline

[PATCH 1/2] video: fbdev: imxfb: support AUS mode
 2017-03-02 16:13 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: display: imx: entry for LAUSCR

[PATCH v2 0/3] printk: fix double printing with earlycon
 2017-03-02 16:09 UTC  (4+ messages)
` [PATCH v2 2/3] printk: rename selected_console -> preferred_console

Problem with RSA test from testmgr
 2017-03-02 16:30 UTC  (9+ messages)

[PATCH V5 0/6] mm: fix some MADV_FREE issues
 2017-03-02 16:30 UTC  (7+ messages)
` [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

[PATCH v2 2/2] crypto: vmx - Use skcipher for xts fallback
 2017-03-02 11:07 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/2] Add es7134 DAC driver support
 2017-03-02 16:25 UTC  (3+ messages)
` [PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac

[PATCH v2 0/2] drm: bridge: dw-hdmi: Add support for Custom PHYs
 2017-03-02 16:18 UTC  (3+ messages)
` [PATCH v2 2/2] drm: bridge: Move HPD handling to PHY operations

[PATCH] Staging:wilc1000:linux_wlan: Modified the 'if-else' statement
 2017-03-02 16:14 UTC 

[PATCH 0/2] HID: hiddev: move hiddev's minor number and refactoring
 2017-03-02 14:13 UTC  (3+ messages)
` [PATCH 2/2] HID: hiddev: store hiddev's minor number when hiddev is connected

[PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times
 2017-02-14 22:38 UTC 


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