public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-03 20:50:17 to 2017-10-04 04:07:09 UTC [more...]

[RFC PATCH 0/2] build: Pass CC, CFLAGS, ... to tools build from main Makefile
 2017-10-04  4:07 UTC  (7+ messages)
` [RFC PATCH 1/2] kbuild: Pass HOSTCC and similar to tools Makefiles
` [RFC PATCH 2/2] tools build: Take CC, AS, and LD from the command line

[RFC PATCH 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-04  4:05 UTC  (3+ messages)
` [RFC PATCH 1/2] kbuild: Add a cache for generated variables

[PATCH net] RDS: IB: Limit the scope of has_fr/has_fmr variables
 2017-10-04  4:06 UTC  (6+ messages)

[PATCH v9 00/29] x86: Enable User-Mode Instruction Prevention
 2017-10-04  3:54 UTC  (30+ messages)
` [PATCH v9 01/29] x86/mm: Relocate page fault error codes to traps.h
` [PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0
` [PATCH v9 03/29] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH v9 04/29] uprobes/x86: Use existing definitions for segment override prefixes
` [PATCH v9 05/29] x86/mpx: Simplify handling of errors when computing linear addresses
` [PATCH v9 06/29] x86/mpx: Use signed variables to compute effective addresses
` [PATCH v9 07/29] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
` [PATCH v9 08/29] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
` [PATCH v9 09/29] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
` [PATCH v9 10/29] x86/insn-eval: Do not BUG on invalid register type
` [PATCH v9 11/29] x86/insn-eval: Add a utility function to get register offsets
` [PATCH v9 12/29] x86/insn-eval: Add utility function to identify string instructions
` [PATCH v9 13/29] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v9 14/29] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v9 15/29] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
` [PATCH v9 16/29] x86/insn-eval: Add function to get default params of code segment
` [PATCH v9 17/29] x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 101b
` [PATCH v9 18/29] x86/insn-eval: Incorporate segment base in linear address computation
` [PATCH v9 19/29] x86/insn-eval: Add support to resolve 32-bit address encodings
` [PATCH v9 20/29] x86/insn-eval: Add wrapper function for 32 and 64-bit addresses
` [PATCH v9 21/29] x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode
` [PATCH v9 22/29] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [PATCH v9 23/29] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [PATCH v9 24/29] x86: Add emulation code for UMIP instructions
` [PATCH v9 25/29] x86/umip: Force a page fault when unable to copy emulated result to user
` [PATCH v9 26/29] x86: Enable User-Mode Instruction Prevention
` [PATCH v9 27/29] x86/traps: Fixup general protection faults caused by UMIP
` [PATCH v9 28/29] selftests/x86: Add tests for User-Mode Instruction Prevention
` [PATCH v9 29/29] selftests/x86: Add tests for instruction str and sldt

[PATCH 1/4] kbuild: replace $(hdr-arch) with $(SRCARCH)
 2017-10-04  3:56 UTC  (4+ messages)
` [PATCH 2/4] kbuild: move "_all" target out of $(KBUILD_SRC) conditional
` [PATCH 3/4] kbuild: re-order the code to not parse unnecessary variables
` [RFC PATCH 4/4] kbuild: evaluate cc-option and friends only when building kernel

[PATCH] kconfig: Document the 'menu' struct
 2017-10-04  3:37 UTC 

[PATCH 0/8] ARM: dts: aspeed: Device tree updates
 2017-10-04  3:35 UTC  (5+ messages)
` [PATCH 1/8] ARM: dts: aspeed: Move pinctrl subnodes to improve readability
` [PATCH 2/8] ARM: dts: aspeed: Reorder ADC node

[PATCH 0/7] gpio: brcmstb: improved interrupt and wake support
 2017-10-04  3:15 UTC  (17+ messages)
` [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources
` [PATCH 2/7] gpio: brcmstb: release the bgpio lock during irq handlers
` [PATCH 3/7] gpio: brcmstb: switch to handle_level_irq flow
` [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts
` [PATCH 5/7] gpio: brcmstb: enable masking of interrupts when changing type
` [PATCH 6/7] gpio: brcmstb: consolidate interrupt domains

[PATCH 4.13 000/110] 4.13.5-stable review
 2017-10-04  3:07 UTC  (4+ messages)
  ` [PATCH 4.13 103/110] platform/x86: fujitsu-laptop: Dont oops when FUJ02E3 is not presnt

[PATCH v2] tools/kvm_stat: Add Python 3 support to kvm_stat
 2017-10-04  3:08 UTC 

unneeded internal declaration
 2017-10-04  2:58 UTC  (8+ messages)
` [PATCH] KVM: VMX: check match table

[PATCH v3] sched/deadline: make it configurable
 2017-10-04  2:36 UTC 

e4dace3615 ("lib: add test module for CONFIG_DEBUG_VIRTUAL"): [ 10.185572] kernel BUG at arch/x86/mm/physaddr.c:75!
 2017-10-04  2:25 UTC  (3+ messages)

[PATCH RFC hack dont apply] intel_idle: support running within a VM
 2017-10-04  2:11 UTC  (6+ messages)

[PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-04  1:59 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: LAPIC: Fix lapic timer mode transition
` [PATCH v2 2/4] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
` [PATCH v2 3/4] KVM: LAPIC: Apply change to TDCR right away to the timer

[RFC 0/5] fs: replace kthread freezing with filesystem freeze/thaw
 2017-10-04  1:42 UTC  (31+ messages)
` [RFC 2/5] fs: freeze on suspend and thaw on resume
` [RFC 4/5] ext4: add fs freezing support on suspend/hibernation
` [RFC 5/5] pm: remove kernel thread freezing

[BUG] drbd/block: A sleep-in-atomic bug in notify_helper
 2017-10-04  1:39 UTC 

[PATCH] block/drbd: Fix a sleep-in-atomic bug in notify_helper
 2017-10-04  1:37 UTC 

[PATCH] block/drbd: Fix a sleep-in-atomic bug in drbd_bcast_event
 2017-10-04  1:33 UTC 

[GIT PULL] ARM: at91: fixes for 4.14 #1
 2017-10-04  1:08 UTC  (2+ messages)

[PATCH] ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m
 2017-10-04  1:07 UTC  (2+ messages)

[PATCH v2] f2fs: support flexible inline xattr size
 2017-10-04  1:22 UTC  (2+ messages)
` [f2fs-dev] "

btusb "firmware request while host is not available" at resume
 2017-10-04  1:21 UTC  (12+ messages)

[PATCH] mm/mmu_notifier: avoid double notification when it is useless
 2017-10-04  1:20 UTC  (5+ messages)

[RFC v3 0/7] PMC/PUNIT IPC driver cleanup
 2017-10-04  1:16 UTC  (20+ messages)
` [RFC v3 1/7] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v3 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v3 3/7] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v3 4/7] platform: x86: Add generic Intel IPC driver
` [RFC v3 7/7] platform/x86: intel_scu_ipc: Use generic Intel IPC device calls

[PATCH] objtool: Upgrade libelf-devel warning to error for CONFIG_ORC_UNWINDER
 2017-10-04  1:10 UTC 

[PATCH v2 1/6] f2fs: support issuing/waiting discard in range
 2017-10-04  1:08 UTC  (6+ messages)
` [PATCH v2 2/6] f2fs: wrap discard policy
` [PATCH v2 3/6] f2fs: split "
` [PATCH v2 4/6] f2fs: reduce cmd_lock coverage in __issue_discard_cmd
` [PATCH v2 5/6] f2fs: trace f2fs_remove_discard
` [PATCH v2 6/6] f2fs: give up CP_TRIMMED_FLAG if it drops discards

[PATCH net] RDS: IB: Initialize max_items based on underlying device attributes
 2017-10-04  1:07 UTC  (2+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-04  1:05 UTC  (3+ messages)
` [PATCH 02/18] tracing/filter: use ARRAY_SIZE

d82fed7529 ("locking/lockdep/selftests: Fix mixed read-write .."): BUG: -1 unexpected failures (out of 262) - debugging disabled! |
 2017-10-04  1:04 UTC  (4+ messages)

[PATCH v4] f2fs: introduce discard_granularity sysfs entry
 2017-10-04  0:49 UTC  (11+ messages)
          ` [f2fs-dev] "

[PATCH 1/6] f2fs: support issuing/waiting discard in range
 2017-10-04  0:48 UTC  (5+ messages)
    ` [f2fs-dev] "

[PATCH v4 0/3] sched/fair: Introduce scaled capacity awareness in enqueue
 2017-10-04  0:21 UTC  (8+ messages)
` [PATCH 2/3] sched/fair: Introduce scaled capacity awareness in select_idle_sibling code path

[PATCH] mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info
 2017-10-04  0:13 UTC  (6+ messages)

[PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing
 2017-10-04  0:12 UTC  (3+ messages)
` [PATCHv2 "

[PATCH] kconfig: Warn if choice default is not in choice
 2017-10-04  0:10 UTC  (2+ messages)

mmotm 2017-10-03-17-08 uploaded
 2017-10-04  0:08 UTC 

[PATCH v2 01/16] hyper-v: trace vmbus_on_msg_dpc()
 2017-10-04  0:08 UTC  (3+ messages)

[PATCH][trace-cmd] trace-view: Pick up sched_wakeup_new event
 2017-10-04  0:00 UTC  (2+ messages)

[PATCH -tip v3 0/7] kprobes/x86: Preempt related enhancements
 2017-10-03 23:57 UTC  (5+ messages)
` [PATCH -tip v3 7/7] kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT

[RFC] mmap(MAP_CONTIG)
 2017-10-03 23:56 UTC 

[PATCH] kbuild: Fix optimization level choice default
 2017-10-03 23:53 UTC 

tty crash due to auto-failing vmalloc
 2017-10-03 23:51 UTC  (2+ messages)

[PATCH v5 0/2] staging: ion: get one device per heap
 2017-10-03 23:37 UTC  (7+ messages)
` [PATCH v5 2/2] staging: ion: create one device entry "

[PATCH] hwtracing: add HW tracing support menu
 2017-10-03 23:27 UTC 

[PATCH v4] staging: atomisp: add a driver for ov5648 camera sensor
 2017-10-03 23:23 UTC 

[PATCH][trace-cmd] Print value of unknown symbolic fields
 2017-10-03 23:12 UTC  (3+ messages)

[PATCH v2 0/4] Tegra DMA clocks addition / correction
 2017-10-03 23:02 UTC  (5+ messages)
` [PATCH v2 1/4] clk: tegra: Add AHB DMA clock entry
` [PATCH v2 2/4] clk: tegra: Correct parent of the APBDMA clock
` [PATCH v2 3/4] clk: tegra20: Use common definition of APBDMA clock gate
` [PATCH v2 4/4] clk: tegra20: Bump SCLK clock rate to 216MHz

[Regulator] Request for clarification - GPIO controlled regulator, USB VBUS,
 2017-10-03 20:25 UTC  (3+ messages)

[PATCH] linux/kernel.h: add/correct kernel-doc notation
 2017-10-03 22:52 UTC 

[PATCH] iommu/vt-d: Fix scatterlist offset handling
 2017-10-03 22:22 UTC  (12+ messages)

[PATCH] net: stmmac: dwmac-rk: Add RK3128 GMAC support
 2017-10-03 22:40 UTC  (2+ messages)

Patch "KVM: VMX: avoid double list add with VT-d posted interrupts" has been added to the 4.13-stable tree
 2017-10-03 22:30 UTC  (3+ messages)

[PATCH 1/2] mm/swap: Fix race conditions in swap_slots cache init
 2017-10-03 22:27 UTC  (2+ messages)

[PATCH 0/3] printk: Add force_early_printk boot param
 2017-10-03 22:24 UTC  (7+ messages)
` [PATCH 1/3] printk: Fix kdb_trap_printk placement
` [PATCH 2/3] early_printk: Add force_early_printk kernel parameter
` [PATCH 3/3] early_printk: Add simple serialization to early_vprintk()

[PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script
 2017-10-03 22:23 UTC  (3+ messages)

[PATCH v2 1/1] docs: Update binfmt_misc links
 2017-10-03 22:16 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] fs: "

Cash Statement of Account 10/03/2017
 2017-10-03 19:15 UTC 

[PATCH -next 0/4] sysvipc: ipc-key management improvements
 2017-10-03 22:03 UTC  (3+ messages)
` [PATCH 1/4] sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE

[PATCH 0/9] add support for Hi3660 tsensor
 2017-10-03 21:59 UTC  (3+ messages)
` [PATCH 7/9] dt-bindings: Document the hi3660 thermal sensor binding

[PATCH 1/2] of/fdt: add of_fdt_device_is_available function
 2017-10-03 21:58 UTC  (4+ messages)
` [PATCH 2/2] of/fdt: skip unflattening of disabled nodes

[PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622
 2017-10-03 21:58 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: rtc: mediatek: add bindings for MediaTek SoC based RTC

[PATCH v2 0/3] Add support rockchip RGB output interface
 2017-10-03 21:56 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: Add document for "

+ pid-delete-struct-pidmap-nr_free.patch added to -mm tree
 2017-10-03 21:56 UTC  (3+ messages)

[PATCH v2 0/2] NVIDIA Tegra20 video decoder driver
 2017-10-03 21:51 UTC  (3+ messages)
` [PATCH v2 1/2] staging: Introduce "
` [PATCH v2 2/2] ARM: dts: tegra20: Add video decoder node

+ pid-delete-reserved_pids.patch added to -mm tree
 2017-10-03 21:53 UTC  (2+ messages)

[PATCH] nfp: convert nfp_eth_set_bit_config() into a macro
 2017-10-03 21:50 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: Add armada-38x i2c binding
 2017-10-03 21:49 UTC  (7+ messages)

[lockdep] b09be676e0 BUG: unable to handle kernel NULL pointer dereference at 000001f2
 2017-10-03 21:44 UTC  (6+ messages)

[PATCH] PCI MSI: allow alignment restrictions on vector allocation
 2017-10-03 21:46 UTC  (7+ messages)

system hung up when offlining CPUs
 2017-10-03 21:44 UTC  (16+ messages)

[PATCH] Don't set wildcard filter for non-existing module
 2017-10-03 21:44 UTC  (2+ messages)

[PATCH v9 0/7] Add support for Qualcomm A53 CPU clock
 2017-10-03 21:41 UTC  (3+ messages)
` [PATCH v9 6/7] dt-bindings: clock: Document qcom,apcs binding

[PATCH v2 0/2] using uio_pdrv_genirq without module param
 2017-10-03 21:37 UTC  (3+ messages)
` [PATCH v2 1/2] uio: dt-bindings: document binding for uio-pdrv-genirq

[PATCH v3] xen/balloon: don't online new memory initially
 2017-10-03 21:33 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v2 0/2] ARM64: Add Vega S96 board support
 2017-10-03 21:30 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: arm: amlogic: Add Tronsmart Vega S96 binding

[PATCH] Documentation: Improve softlockup_panic= description text
 2017-10-03 21:26 UTC  (5+ messages)

[PATCH V2] PCI: AER: fix deadlock in do_recovery
 2017-10-03 21:15 UTC  (2+ messages)

[RFC PATCH v2 03/31] KVM: arm/arm64: Remove unused params in mmu functions
 2017-10-03 21:11 UTC  (4+ messages)
` [RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design

[PATCH] arm64: Enforce endianness build flags for LD and AS
 2017-10-03 21:04 UTC  (2+ messages)

[PATCH] mm: kill kmemcheck again
 2017-10-03 21:02 UTC  (7+ messages)

[PATCH v2] ide: add missing hwif->portdev freeing on hwif_init() failure
 2017-10-03 20:55 UTC  (4+ messages)

[PATCH v2] ASoC: codecs: msm8916-wcd-analog: configure micbias in mbhc setup
 2017-10-03 20:53 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