linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-27 15:20:00 to 2017-10-27 20:50:53 UTC [more...]

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-27 20:50 UTC  (12+ messages)

[PATCH] usb: storage: sddr55: mark expected switch fall-through
 2017-10-27 20:49 UTC 

[RFC PATCH v10 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-27 20:45 UTC  (3+ messages)
` [RFC PATCH v10 1/7] dt-bindings: PCI: Add definition of PCIe WAKE# irq and PCI irq

[lkp-robot] [perf/x86] a5df70c354: perf-sanity-tests.Parse_event_definition_strings.fail
 2017-10-27 20:44 UTC  (2+ messages)

[PATCH] IB/mlx5: give back valid speed/width even without plugged in SFP module
 2017-10-27 20:35 UTC 

[PATCH] IB/mlx5: give back valid speed/width even without plugged in SFP module
 2017-10-27 20:33 UTC  (5+ messages)

[PATCH v10 00/18] x86: Add address resolution code for UMIP and MPX
 2017-10-27 20:25 UTC  (19+ messages)
` [PATCH v10 01/18] x86/mm: Relocate page fault error codes to traps.h
` [PATCH v10 02/18] x86/boot: Relocate definition of the initial state of CR0
` [PATCH v10 03/18] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH v10 04/18] uprobes/x86: Use existing definitions for segment override prefixes
` [PATCH v10 05/18] x86/mpx: Simplify handling of errors when computing linear addresses
` [PATCH v10 06/18] x86/mpx: Use signed variables to compute effective addresses
` [PATCH v10 07/18] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
` [PATCH v10 08/18] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
` [PATCH v10 09/18] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
` [PATCH v10 10/18] x86/insn-eval: Do not BUG on invalid register type
` [PATCH v10 11/18] x86/insn-eval: Add a utility function to get register offsets
` [PATCH v10 12/18] x86/insn-eval: Add utility function to identify string instructions
` [PATCH v10 13/18] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v10 14/18] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v10 15/18] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
` [PATCH v10 16/18] x86/insn-eval: Add function to get default params of code segment
` [PATCH v10 17/18] x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 101b
` [PATCH v10 18/18] x86/insn-eval: Incorporate segment base in linear address computation

Detecting page cache trashing state
 2017-10-27 20:29 UTC  (9+ messages)

[PATCH] can: Use common error handling code in vxcan_newlink()
 2017-10-27 20:30 UTC 

4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another
 2017-10-27 20:27 UTC  (5+ messages)
      ` Backlight on Nokia N900 was "

[Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-27 20:27 UTC  (13+ messages)

[PATCH] platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
 2017-10-27 20:26 UTC  (6+ messages)

[PATCH v2] genalloc: Make the avail variable an atomic_long_t
 2017-10-27 20:25 UTC  (2+ messages)

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-10-27 20:25 UTC  (17+ messages)
` [Part2 PATCH v6 23/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v6 24/38] KVM: Define SEV key management command id
` [Part2 PATCH v6 25/38] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v6 28/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
` [Part2 PATCH v6 29/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command
` [Part2 PATCH v6 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [Part2 PATCH v6 31/38] KVM: SVM: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v6 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command

[PATCH] fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_get
 2017-10-27 20:19 UTC 

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-27 20:19 UTC  (5+ messages)
` [PATCH v7 10/10] lib/dlock-list: Fix use-after-unlock problem in dlist_for_each_entry_safe()

[GIT PULL] PCI fixes for v4.14
 2017-10-27 20:17 UTC 

[PATCH 04/11] i2c: mpc: use of_property_read_bool
 2017-10-27 20:15 UTC  (2+ messages)
` [04/11] "

[PATCH] kbuild: fix linker feature test macros when cross compiling with Clang
 2017-10-27 20:13 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 00/18] Pile o' entry/exit/sp0 changes
 2017-10-27 20:12 UTC  (26+ messages)
` [PATCH 02/18] x86/asm/64: Split the iret-to-user and iret-to-kernel paths
` [PATCH 03/18] x86/asm/64: Move SWAPGS into the common iret-to-usermode path
` [PATCH 05/18] x86/asm/64: Shrink paranoid_exit_restore and make labels local
` [PATCH 06/18] x86/asm/64: Use pop instead of movq in syscall_return_via_sysret
` [PATCH 07/18] x86/asm/64: Merge the fast and slow SYSRET paths
` [PATCH 09/18] x86/asm/64: De-Xen-ify our NMI code
` [PATCH 10/18] x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
` [PATCH 11/18] x86/asm/64: Pass sp0 directly to load_sp0()
` [PATCH 14/18] x86/boot/64: Stop initializing TSS.sp0 at boot

[PATCH] i2c: imx: Remove a useless test in 'i2c_imx_init_recovery_info()'
 2017-10-27 20:08 UTC  (5+ messages)

[RESEND v12 0/6] cgroup-aware OOM killer
 2017-10-27 20:05 UTC  (6+ messages)

[PATCH net-next 0/7] net: dsa: add port parsing functions
 2017-10-27 19:55 UTC  (8+ messages)
` [PATCH net-next 1/7] net: dsa: get ports within parsing code
` [PATCH net-next 2/7] net: dsa: add port parse functions
` [PATCH net-next 3/7] net: dsa: get port type at parse time
` [PATCH net-next 4/7] net: dsa: check master device before put
` [PATCH net-next 5/7] net: dsa: get master device at port parsing time
` [PATCH net-next 6/7] net: dsa: get port name at parse time
` [PATCH net-next 7/7] net: dsa: remove name arg from slave create

[git pull] drm fixes for v4.14-rc7
 2017-10-27 19:55 UTC 

[PATCH] fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_get
 2017-10-27 19:55 UTC  (5+ messages)

[GIT PULL 0/2] perf/urgent fixes
 2017-10-27 19:50 UTC  (3+ messages)
` [PATCH 1/2] perf symbols: Fix memory corruption because of zero length symbols
` [PATCH 2/2] perf tools: Unwind properly location after REJECT

[PATCH] IB/mlx4: Use common error handling code in __mlx4_ib_create_flow()
 2017-10-27 19:44 UTC  (6+ messages)
  `  "

[PATCH] init/main.c: check for null pointer before calling initcall
 2017-10-27 19:43 UTC  (7+ messages)

[PATCH] Check all .c files for bad kernel-doc comments
 2017-10-27 19:41 UTC 

[PATCH] pinctrl: armada-37xx: Add edge both type gpio irq support
 2017-10-27 19:39 UTC  (4+ messages)

[PATCH net-next] hv_netvsc: Set tx_table to equal weight after subchannels open
 2017-10-27 19:36 UTC 

[PATCH net-next 0/9] net: dsa: define port types
 2017-10-27 19:37 UTC  (2+ messages)

[PULL REQUEST] i2c/cht-wc-fusb302-immutable branch for v4.15
 2017-10-27 19:35 UTC 

[PATCH 00/27] security, efi: Add kernel lockdown
 2017-10-27 19:32 UTC  (8+ messages)
` [PATCH 03/27] Enforce module signatures if the kernel is locked down
` [PATCH 07/27] kexec_file: Disable at runtime if securelevel has been set

[PATCH] mmc: vub300: Use common code in __download_offload_pseudocode()
 2017-10-27 19:31 UTC 

ce56a86e2a ("x86/mm: Limit mmap() of /dev/mem to valid physical addresses"): kernel BUG at arch/x86/mm/physaddr.c:79!
 2017-10-27 19:28 UTC  (11+ messages)

[PULL REQUEST] i2c-mux for 4.15-rc1
 2017-10-27 19:27 UTC  (2+ messages)

[GIT PULL] x86 fixes
 2017-10-27 19:24 UTC 

[GIT PULL] scheduler fix
 2017-10-27 19:16 UTC 

[PATCH] PM / QoS: Fix device resume latency PM QoS
 2017-10-27 19:16 UTC  (7+ messages)

[PATCH v2] bcache: explicitly destroy mutex while exiting
 2017-10-27 19:15 UTC  (5+ messages)

[GIT PULL] perf fix
 2017-10-27 19:14 UTC 

[GIT PULL] EFI fixes
 2017-10-27 19:10 UTC 

[PATCH stable-4.1.y] tools include: Add a __fallthrough statement
 2017-10-27 19:05 UTC 

[PATCH 12/12] housekeeping: Document isolcpus flags
 2017-10-27 19:04 UTC  (9+ messages)
` [tip:sched/core] sched/isolation: Document the isolcpus= flags

[PATCH v9 00/29] x86: Enable User-Mode Instruction Prevention
 2017-10-27 19:02 UTC  (7+ messages)
` [PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0

[PATCH 0/2] R-Car Display Unit: Fine-tuning for some function implementations
 2017-10-27 18:45 UTC  (3+ messages)
` [PATCH 1/2] drm/rcar-du: Use common error handling code in rcar_du_encoders_init()

[PATCH v10 0/9] LPC: legacy ISA I/O support
 2017-10-27 18:32 UTC  (13+ messages)
` [PATCH v10 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v10 2/9] PCI: remove unused __weak attribute in pci_register_io_range()
` [PATCH v10 3/9] PCI: add fwnode handler as input param of pci_register_io_range()
` [PATCH v10 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v10 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v10 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v10 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v10 8/9] LPC: Add the ACPI LPC support
` [PATCH v10 9/9] MANTAINERS: Add maintainer for HiSilicon LPC driver

[PATCH v2] KVM: arm/arm64: Fix external abort type matching
 2017-10-27 18:28 UTC  (2+ messages)

[PATCH] fpga: region: release of_parse_phandle nodes after use
 2017-10-27 18:26 UTC  (2+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-27 18:22 UTC 

[PATCH v8 0/5] ZII RAVE platform driver
 2017-10-27 18:17 UTC  (4+ messages)
` [PATCH v8 1/5] serdev: Make .remove in struct serdev_device_driver optional

[PATCH] misc: bh1770glc: Use common error handling code in bh1770_power_state_store()
 2017-10-27 18:04 UTC  (4+ messages)
  `  "

[PATCHv1 00/14] omapdrm: DSI command mode panel support
 2017-10-27 18:00 UTC  (7+ messages)

[PATCH v4] iio : Add cm3218 smbus ara and acpi support
 2017-10-27 17:57 UTC  (2+ messages)

[PATCH v2] pids: introduce find_get_task_by_vpid helper
 2017-10-27 17:52 UTC 

[PATCH v2] xen: support 52 bit physical addresses in pv guests
 2017-10-27 17:49 UTC 

PROBLEM: Remapping hugepages mappings causes kernel to return EINVAL
 2017-10-27 17:31 UTC  (14+ messages)

[PATCH][tip] x86/paravirt: Make the virt_spin_lock_key setup after jump_label_init()
 2017-10-27 17:27 UTC  (5+ messages)

[PATCH] mmc: tmio: Use common error handling code in tmio_mmc_host_probe()
 2017-10-27 17:17 UTC 

[PATCH 0/3] support for Logilink VG0022a DVB-T2 stick
 2017-10-27 17:07 UTC  (2+ messages)

[PATCH] usb: musb_core: mark expected switch fall-through
 2017-10-27 16:56 UTC  (4+ messages)

[PATCH v2] hwmon: (pmbus/core): Prevent unintentional setting of page to 0xFF
 2017-10-27 16:55 UTC 

[PATCH 0/2 -mmotm] oom: show single slab cache in oom whose size > 10% of total system memory
 2017-10-27 16:51 UTC  (4+ messages)
` [PATCH 1/2] mm: extract common code for calculating total memory size

[PATCH] platform/x86: fujitsu-laptop: Fix radio LED detection
 2017-10-27 16:49 UTC  (2+ messages)

[RFC 00/14] Kernel based bootsplash
 2017-10-27 16:48 UTC  (5+ messages)
` [RFC 13/14] bootsplash: Add main documentation

[PATCH] platform/x86: silead_dmi: Fix GP-electronic T701 entry
 2017-10-27 16:48 UTC  (2+ messages)

[PATCH] platform/x86: silead_dmi: Add entry for the Digma e200 tablet
 2017-10-27 16:45 UTC  (2+ messages)

Query regarding srcu_funnel_exp_start()
 2017-10-27 16:45 UTC  (3+ messages)

[ANNOUNCE] v4.13.7-rt1
 2017-10-27 16:39 UTC  (2+ messages)

[PATCH v2] arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27
 2017-10-27 16:33 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] platform/x86: intel_turbo_max_3: Add Skylake platform
 2017-10-27 16:32 UTC  (2+ messages)

[PATCH] hp_accel: Add accelerometer quirk for HP ProBook 440 G4
 2017-10-27 16:30 UTC  (2+ messages)

[RFC v6 0/9] SCU/PMC/PUNIT Inter-Processor Communication(IPC) driver cleanup
 2017-10-27 16:25 UTC  (5+ messages)
` [RFC v6 3/9] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v6 4/9] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices

[PATCH] usb: musb: Convert timers to use timer_setup()
 2017-10-27 16:24 UTC  (2+ messages)

[PATCH] [media] radio-raremono: remove redundant initialization of freq
 2017-10-27 16:20 UTC 

[PATCH v6] x86: use lock+addl for smp_mb()
 2017-10-27 16:14 UTC 

[PATCH] drivers/sgi-xp: Convert timers to use timer_setup()
 2017-10-27 16:13 UTC  (2+ messages)

[PATCH] memstick: remove redundant pointer data
 2017-10-27 16:08 UTC 

[PATCH 00/14] VFS: Introduce filesystem context [ver #6]
 2017-10-27 16:03 UTC  (8+ messages)
` [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration "

[PATCH 2/2] IB/rxe: don't crash, if allocation of crc algorithm failed
 2017-10-27 15:59 UTC 

[PATCH] md: remove redundant variable q
 2017-10-27 15:59 UTC 

wcn36xx: connection monitoring issue
 2017-10-27 15:55 UTC 

[PATCH] input: mxs-lradc: remove redundant assignment to pointer input
 2017-10-27 15:52 UTC 

[PATCH v3] iio : Add cm3218 smbus ara and acpi support
 2017-10-27 15:52 UTC 

[PATCH] x86/mm/64: Rename the argument 'size' as 'nr_pages' in register_page_bootmem_memmap
 2017-10-27 15:51 UTC  (2+ messages)
` [PATCH] x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages'

[PATCH net-next 0/2] net: stmmac: Support DWMAC5 and TSN
 2017-10-27 15:45 UTC  (11+ messages)
` [PATCH net-next 2/2] bindings: net: stmmac: Add documentation for TSN parameters

[RFC PATCH 0/2] arm64: optional paranoid __{get,put}_user checks
 2017-10-27 15:41 UTC  (2+ messages)

[PATCH] mfd: ab8500-debugfs: Use common error handling code in ab8500_print_modem_registers()
 2017-10-27 15:37 UTC 

possible deadlock in perf_event_ctx_lock_nested
 2017-10-27 15:33 UTC  (2+ messages)

[PATCH] ARM: add a private asm/unaligned.h
 2017-10-27 15:27 UTC  (3+ messages)

[PATCH v5 0/3] i2c: Hookup typec power-negotation to the PMIC and charger
 2017-10-27 15:24 UTC  (7+ messages)
` [PATCH resend v5 3/3] platform/x86: intel_cht_int33fe: Update fusb302 type string, add properties

[PATCH] ocfs2: clean up unused variable warnings
 2017-10-27 15:23 UTC 

[PATCH RFC 0/4] i2c: at91: slave mode support
 2017-10-27 15:12 UTC  (3+ messages)
` [PATCH RFC 3/4] i2c: at91: added "
` [PATCH RFC 4/4] i2c: at91: take slave mode capabilities of hardware into account

[PATCH 0/4] Topstar ACPI LED Workaround
 2017-10-27 15:21 UTC  (2+ messages)

[PATCH] iommu: Limit the IOVA page range to the specified addresses
 2017-10-27 15:20 UTC  (3+ 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).