mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 16:45 UTC  (10+ messages)
` [PATCH 02/13] KVM: reuse memslot in kvm_write_guest_page
` [PATCH 06/13] KVM: x86: pass the whole hflags field to emulator and back
` [PATCH 07/13] KVM: x86: API changes for SMM support

[PATCH 00/21] ARCNET: Defibrillation
 2015-05-05 16:43 UTC  (7+ messages)

[PATCH] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-05 16:42 UTC  (4+ messages)

Device Tree Blob (DTB) licence
 2015-05-05 16:41 UTC  (2+ messages)

[PATCH 0/6] get_maintainer/MAINTAINERS updates
 2015-05-05 16:40 UTC  (9+ messages)
` [PATCH 1/6] get_maintainer.pl: Add .get_maintainer.ignore file capability
` [PATCH 2/6] MAINTAINERS: Update sound soc intel patterns
` [PATCH 3/6] MAINTAINERS: Remove section BROADCOM BCM33XX MIPS ARCHITECTURE
` [PATCH 4/6] MAINTAINERS: Update brcm dts pattern
` [PATCH 5/6] MAINTAINERS: Update brcm gpio filename pattern
` [PATCH 6/6] MAINTAINERS: Remove unused nbd.h pattern

[PATCH 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-05 16:40 UTC  (10+ messages)
` [PATCH 1/7] staging: fsl-mc: MC bus IRQ support
` [PATCH 6/7] staging: fsl-mc: Add locking to serialize mc_send_command() calls

[PATCH V7 0/6] large PEBS interrupt threshold
 2015-05-05 16:36 UTC  (7+ messages)
` [PATCH V7 3/6] perf, x86: handle multiple records in PEBS buffer

[RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-05 16:34 UTC  (12+ messages)
` [RFC PATCH 01/22] perf: probe: avoid segfault if passed with ''
` [RFC PATCH 21/22] perf bpf: probe at kprobe points

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 16:32 UTC  (28+ messages)
` [PATCH 01/27] drm/bridge: ptn3460: #include <linux/gpio/consumer.h>, depend on GPIOLIB
  ` [PATCH 02/27] drm/bridge: ps8622: "
  ` [PATCH 03/27] tpm: Allow compile test of GPIO consumers if !GPIOLIB
  ` [PATCH 04/27] extcon: "
  ` [PATCH 05/27] hwmon: "
  ` [PATCH 06/27] i2c: "
  ` [PATCH 07/27] iio: "
  ` [PATCH 08/27] input: "
  ` [PATCH 09/27] leds: "
  ` [PATCH 10/27] [media] wl128x: "
  ` [PATCH 11/27] mfd: "
  ` [PATCH 12/27] misc: ti-st: "
  ` [PATCH 13/27] mtd: "
  ` [PATCH 14/27] net: phy: "
  ` [PATCH 15/27] power: "
  ` [PATCH 16/27] regulator: "
  ` [PATCH 17/27] spi: "
  ` [PATCH 18/27] staging: android: "
  ` [PATCH 19/27] staging: fbtft: "
  ` [PATCH 20/27] Staging: iio: "
  ` [PATCH 21/27] serial: "
  ` [PATCH 22/27] usb: phy: "
  ` [PATCH 23/27] backlight: "
  ` [PATCH 24/27] fbdev: "
  ` [PATCH 25/27] w1: "
  ` [PATCH 26/27] watchdog: "
  ` [PATCH 27/27] net: rfkill: "

get_maintainers.pl is rude, was Re: [PATCH 05/19] USB: inode.c: move assignment out of if () block
 2015-05-05 16:32 UTC  (4+ messages)

earlycon: no match?
 2015-05-05 16:32 UTC  (11+ messages)

[PATCH v3] power_supply: Add support for Richtek rt9455 battery charger
 2015-05-05 16:32 UTC 

[PATCH] sched: Relax a restriction in sched_rt_can_attach()
 2015-05-05 16:31 UTC  (15+ messages)

[PATCH] iio: mcp320x: Fix occasional incorrect readings
 2015-05-05 16:29 UTC 

[GIT PULL] EFI urgent fixes
 2015-05-05 16:27 UTC 

[RFC] How implement Secure Data Path ?
 2015-05-05 16:27 UTC  (2+ messages)

[PATCH RFC] Coccinelle: Check for return not matching function signature
 2015-05-05 16:25 UTC  (4+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:24 UTC  (42+ messages)
` [PATCH 001/208] x86/fpu: Rename unlazy_fpu() to fpu__save()
` [PATCH 002/208] x86/fpu: Add comments to fpu__save() and restrict its export
` [PATCH 004/208] x86/fpu: Rename fpu_detect() to fpu__detect()
` [PATCH 005/208] x86/fpu: Remove stale init_fpu() prototype
` [PATCH 009/208] x86/fpu: Optimize fpu__unlazy_stopped()
` [PATCH 010/208] x86/fpu: Simplify fpu__unlazy_stopped()
` [PATCH 011/208] x86/fpu: Remove fpu_allocated()
` [PATCH 012/208] x86/fpu: Move fpu_alloc() out of line
` [PATCH 016/208] x86/fpu: Rename fpu_init() to fpu__cpu_init()
` [PATCH 023/208] x86/fpu: Fix header file dependencies of fpu-internal.h
` [PATCH 025/208] x86/fpu: Remove unnecessary includes from core.c
` [PATCH 026/208] x86/fpu: Move the no_387 handling and FPU detection code into init.c
` [PATCH 031/208] x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
` [PATCH 033/208] x86/fpu: Remove fpu_xsave()
` [PATCH 034/208] x86/fpu: Move task_xstate_cachep handling to core.c
` [PATCH 038/208] x86/fpu: Make kernel_fpu_disable/enable() static
` [PATCH 041/208] x86/fpu: Remove __save_init_fpu()
` [PATCH 042/208] x86/fpu: Move fpu_copy() to fpu/core.c
` [PATCH 046/208] x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter
` [PATCH 048/208] x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx
` [PATCH 049/208] x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu()
` [PATCH 054/208] x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
` [PATCH 055/208] x86/fpu: Remove 'struct task_struct' usage from drop_fpu()
` [PATCH 057/208] x86/fpu: Use 'struct fpu' in fpu_lazy_restore()
` [PATCH 060/208] x86/fpu: Use 'struct fpu' in switch_fpu_prepare()
` [PATCH 064/208] x86/fpu: Use 'struct fpu' in fpu__save()
` [PATCH 065/208] x86/fpu: Use 'struct fpu' in fpu_copy()
` [PATCH 066/208] x86/fpu: Use 'struct fpu' in fpu__copy()
` [PATCH 067/208] x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
` [PATCH 068/208] x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped()
` [PATCH 069/208] x86/fpu: Rename fpu__flush_thread() to fpu__clear()
` [PATCH 070/208] x86/fpu: Clean up fpu__clear() a bit
` [PATCH 071/208] x86/fpu: Rename i387.h to fpu/api.h
` [PATCH 072/208] x86/fpu: Move xsave.h to fpu/xsave.h
` [PATCH 073/208] x86/fpu: Rename fpu-internal.h to fpu/internal.h
` [PATCH 074/208] x86/fpu: Move MXCSR_DEFAULT "
` [PATCH 075/208] x86/fpu: Remove xsave_init() __init obfuscation
` [PATCH 076/208] x86/fpu: Remove assembly guard from asm/fpu/api.h
` [PATCH 077/208] x86/fpu: Improve FPU detection kernel messages
` [PATCH 078/208] x86/fpu: Print supported xstate features in human readable way
` [PATCH 079/208] x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'

[RFC kgr on klp 1/9] livepatch: make kobject in klp_object statically allocated
 2015-05-05 16:24 UTC  (7+ messages)
` [RFC kgr on klp 0/9] kGraft on the top of KLP

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-05 16:24 UTC  (11+ messages)
` [V2 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
` [V2 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
      ` [Linaro-acpi] "
` [V2 PATCH 3/5] device property: Introduces device_dma_is_coherent()
` [V2 PATCH 4/5] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V2 PATCH 5/5] amd-xgbe: "

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:19 UTC  (3+ messages)
` [PATCH 1/2] genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip
` [PATCH 001/208] x86/fpu: Rename unlazy_fpu() to fpu__save()

[PATCH v6 0/6] arm64: Add kernel probes (kprobes) support
 2015-05-05 16:18 UTC  (9+ messages)

[RFC PATCH] iommu: add ARM short descriptor page table allocator
 2015-05-05 16:18 UTC  (2+ messages)

[PATCH v12] clk: Add common clock support for Mediatek MT8135 and MT8173
 2015-05-05 16:11 UTC  (4+ messages)
` [PATCH 4/6] clk: mediatek: Add basic clocks for Mediatek MT8135

[PATCH 1/2] gfp: add __GFP_NOACCOUNT
 2015-05-05 16:04 UTC  (4+ messages)
` [PATCH 2/2] kernfs: do not account ino_ida allocations to memcg

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static
 2015-05-05 16:03 UTC  (2+ messages)

[PATCH] Added device id to usb serial cypress_m8 for Prior Scientific OptiScan2
 2015-05-05 16:01 UTC 

[PATCH v2 10/10] perf tools: Move TUI-specific fields out of map_symbol
 2015-05-05 16:00 UTC  (3+ messages)
` [PATCH v3 "

[RESEND PATCH 0/8] cros_ec: Add multiple EC and protocol v3 support
 2015-05-05 15:59 UTC  (12+ messages)
` [RESEND PATCH 4/8] mfd: cros_ec: Use a zero-length array for command data
` [RESEND PATCH 5/8] mfd: cros-ec: Support multiple EC in a system
` [RESEND PATCH 7/8] mfd: cros_ec: add proto v3 skeleton

[PATCH v4 00/20] Tegra210 Clock Support
 2015-05-05 15:55 UTC  (3+ messages)

[PATCH v2] tty: serial: 8250_mtk: Add support for second clock
 2015-05-05 15:50 UTC  (8+ messages)
` [PATCH 3/4] tty: serial: 8250_mtk: use pm_runtime callbacks for enabling
` [PATCH 4/4] tty: serial: 8250_mtk: Add support for bus clock

[PATCH] IOMMU: Removed checkpatch warnings for Missing a blank line after declarations
 2015-05-05 15:49 UTC  (2+ messages)

[PATCH 1/8] drivers/gpio/gpiolib: Add support for removing registered consumer lookup table
 2015-05-05 15:44 UTC  (4+ messages)
` [PATCH 1/8] gpiolib: "
    ` [Intel-gfx] "

[PATCH RFC] checkpatch: flag split arithmetic operations with CHECK
 2015-05-05 15:44 UTC  (4+ messages)

[PATCH 0/6] Fix of_io_request_and_map error handling code
 2015-05-05 15:44 UTC  (3+ messages)
` [PATCH 2/6] clk: sunxi: Fix of_io_request_and_map error check

[PATCH v7 00/15] Add support to STMicroelectronics STM32 family
 2015-05-05 15:42 UTC  (9+ messages)
` [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

[PATCH] MODSIGN: Change default key details [ver #2]
 2015-05-05 15:41 UTC  (11+ messages)

[PATCH perf/core v4 0/4] perf-probe: Add filtering features
 2015-05-05 15:40 UTC  (10+ messages)
` [PATCH perf/core v4 2/4] perf probe: Accept filter argument for --funcs
` [PATCH perf/core v4 4/4] perf probe: Cleanup and consolidate command parsers
      ` [PATCH perf/core v5] "
      ` Re: [PATCH perf/core v4 4/4] "

[PATCH] USB: usbmon: Remove timeval usage for timestamp
 2015-05-05 15:40 UTC  (6+ messages)

[PATCH] x86/spinlocks: Fix regression in spinlock contention detection
 2015-05-05 15:38 UTC  (8+ messages)

[PATCH] x86: Optimize variable_test_bit()
 2015-05-05 15:37 UTC  (9+ messages)
          ` [RFC] Design for flag bit outputs from asms

[PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization
 2015-05-05 15:35 UTC  (2+ messages)

[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-05-05 15:33 UTC  (2+ messages)

[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-05 15:31 UTC  (11+ messages)

[PATCH] powerpc: Enabling sys_kcmp for CRIU
 2015-05-05 15:30 UTC 

[PATCH] Updating NX Maintainers contacts
 2015-05-05 15:29 UTC 

[PATCH v2 0/5] toshiba_acpi: Driver cleanup
 2015-05-05 15:25 UTC  (4+ messages)
` [PATCH v2 3/5] toshiba_acpi: Cleanup blank lines after comment blocks

[PATCH v9 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-05 15:23 UTC  (5+ messages)

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-05 15:21 UTC  (11+ messages)
` [PATCH 04/79] ext4: split inode_operations for encrypted symlinks off the rest
` [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
` [PATCH 42/79] link_path_walk: get rid of duplication

[PATCH V6 00/10] namespaces: log namespaces per task
 2015-05-05 15:16 UTC  (7+ messages)
` [PATCH V6 05/10] audit: log creation and deletion of namespace instances

[PATCH v2 0/7] minor cleanups for ACPI processor driver
 2015-05-05 15:12 UTC  (3+ messages)
` [PATCH v2 3/7] ACPI / processor: Introduce invalid_logical_cpuid()

[PATCH v3 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl
 2015-05-05 15:12 UTC  (4+ messages)
` [PATCH v4 0/2] Add driver and documentation "
  ` [PATCH v4 1/2] pinctrl: Add driver "

running hrtimer_start on an already active hrtimer?
 2015-05-05 15:11 UTC  (2+ messages)

[PATCH 1/9] usb:fsl:otg: Add controller version based ULPI and UTMI phy
 2015-05-05 15:11 UTC  (2+ messages)

[PATCHv3 00/12] usb: ulpi bus
 2015-05-05 15:02 UTC  (7+ messages)
` [PATCHv3 10/12] usb: dwc3: add ULPI interface support

[PATCH v2] perf kmem: Show warning when trying to run stat without record
 2015-05-05 15:01 UTC  (3+ messages)
` [PATCH v3 6/6] "

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-05 15:01 UTC  (9+ messages)

[PATCH v8 0/9] Tegra xHCI support
 2015-05-05 14:57 UTC  (4+ messages)

[PATCH] dmaengine: pl300: enable the clock to PL330 dma
 2015-05-05 14:56 UTC  (8+ messages)

[PATCH] ftrace: Provide trace clock monotonic raw
 2015-05-05 14:54 UTC  (5+ messages)

[RFC v1 00/11] Split struct irq_data into common part and per-chip part
 2015-05-05 14:53 UTC  (6+ messages)
` [RFC v1 07/11] net/mlx4: Cache irq_desc->affinity instead of irq_desc

[PATCH] USB: usbmon: Use 64bit timestamp for mon_bin_hdr
 2015-05-05 14:52 UTC  (2+ messages)

[RFC][PATCH 1/3] usb: add a hcd notify entry in hc_driver
 2015-05-05 14:50 UTC  (2+ messages)

[PATCH bisected regression] input_available_p() sometimes says 'no' when it should say 'yes'
 2015-05-05 13:34 UTC  (8+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®