All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:10:01 to 2015-05-05 16:32:56 UTC [more...]

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

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 16:32 UTC  (31+ 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: "
  ` [lm-sensors] [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: "

[PATCH 0/6] get_maintainer/MAINTAINERS updates
 2015-05-05 16:32 UTC  (2+ messages)
` [PATCH 1/6] get_maintainer.pl: Add .get_maintainer.ignore file capability

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)

[PATCH 0/2] ARM: AM43xx: PRM: fix reset handling issues
 2015-05-05 16:32 UTC  (3+ messages)

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

[U-Boot] [PATCH] fsl/pci: Set CFG_READY for PCIe v3.0 and later
 2015-05-05 16:32 UTC  (2+ messages)

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

[PATCH] add documentation for get_phys_pages and get_av_phys_pages
 2015-05-05 16:31 UTC  (2+ messages)

Preparing hammer v0.94.2 release
 2015-05-05 16:30 UTC  (2+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 16:29 UTC  (7+ 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 V7 0/6] large PEBS interrupt threshold
 2015-05-05 16:30 UTC  (4+ messages)
` [PATCH V7 3/6] perf, x86: handle multiple records in PEBS buffer

[U-Boot] [PATCH v3] T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
 2015-05-05 16:30 UTC  (2+ messages)

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

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:24 UTC  (34+ 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 067/208] x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
` [PATCH 068/208] x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped()
` [PATCH 073/208] x86/fpu: Rename fpu-internal.h to fpu/internal.h
` [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 v3] power_supply: Add support for Richtek rt9455 battery charger
 2015-05-05 16:32 UTC 

[Qemu-devel] [PATCH v8 00/40] drop qapi nested structs
 2015-05-05 16:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 20/40] qapi: Better error messages for duplicated expressions

[U-Boot] [PATCH] powerpc/t4rdb: Add SD boot support for T4240RDB board
 2015-05-05 16:29 UTC  (2+ messages)

[PATCH] drm/amdkfd: allow unregister process with queues
 2015-05-05 16:28 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum A004477
 2015-05-05 16:28 UTC  (6+ messages)

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

[PATCH 1/2] drm/amdkfd: Use new struct for asic specific ops
 2015-05-05 16:28 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: make the sdma vm init to be asic specific

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

Xen/arm: Virtual ITS command queue handling
 2015-05-05 16:27 UTC  (4+ messages)

[U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board
 2015-05-05 16:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] qtest: base64 r/w and faster memset
 2015-05-05 16:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 4/4] libqos/ahci: Swap memread/write with bufread/write

[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
 2015-05-05 16:26 UTC  (13+ messages)
` [U-Boot] [PATCH 21/24] tegra124: Implement spl_was_boot_source()
` [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

[U-Boot] [PATCH] powerpc/mpc85xx: Use GOT when loading IVORs post-relocation
 2015-05-05 16:26 UTC  (3+ messages)

[meta-security][PATCH] suricata: Fix QA warnings
 2015-05-05 16:25 UTC  (3+ messages)

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

[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

[Buildroot] [PATCH 1/2] package/libtirpc: remove host-pkgconf dependency
 2015-05-05 16:24 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libtirpc: Add patches to fix musl build

Ahoj!
 2015-05-05 16:24 UTC 

[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()

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-05 16:24 UTC  (12+ messages)
` [V2 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
      ` [Linaro-acpi] "

[PATCH] drm/amdkfd: Initialize sdma vm when creating sdma queue
 2015-05-05 16:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] cpu: Add /machine/cpus[<index>] links
 2015-05-05 16:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] qom: Implement object_property_add_const_link()

Anybody working on rtl8712?
 2015-05-05 16:21 UTC  (3+ messages)
  ` Fwd: "

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

[PATCH 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-05 16:20 UTC  (9+ 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] drm/amdkfd: Don't report local memory size
 2015-05-05 16:19 UTC  (2+ messages)

[PATCH] drm/i195/bxt: Add A1 stepping for Broxton
 2015-05-05 16:18 UTC  (4+ messages)

[Buildroot] [PATCH v2] arch/Config.in.xtensa: provide BR2_ENDIAN symbol
 2015-05-05 16:18 UTC 

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

[PATCH v4 0/3] x86/hvm: HVMOP_get/set_param improvements
 2015-05-05 15:47 UTC  (4+ messages)
` [PATCH v4 1/3] x86/hvm: give HVMOP_set_param and HVMOP_get_param their own functions
` [PATCH v4 2/3] x86/hvm: introduce functions for HVMOP_get/set_param allowance checks
` [PATCH v4 3/3] x86/hvm: Use white-lists for HVM param guest accessibility checks

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

[PATCH 1/2] intel: Use I915_EXEC_HANDLE_LUT when available
 2015-05-05 16:16 UTC  (4+ messages)
` RFC Fast batch and relocation handling for i965
  ` [PATCH 4/4] i965: Introduce a context-local batch manager
    ` [Mesa-dev] "

[PATCH v4 0/4] target: Fix several problems related to T10-PI support
 2015-05-05 16:16 UTC  (8+ messages)
` [PATCH v4 3/4] lib: introduce crc_t10dif_update()

pull request: update for -12.ucode firmware for Intel WiFi devices driven by iwlmvm
 2015-05-05 16:16 UTC  (3+ messages)

Compression: effect of setting the c attribute: wiki unclear
 2015-05-05 16:16 UTC 

[Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed
 2015-05-05 16:15 UTC  (2+ messages)
` [Bug 90284] GPU lockup with DOTA2

[Intel-wired-lan] [net-next S4 00/15] i40e/i40evf updates
 2015-05-05 16:15 UTC  (7+ messages)
` [Intel-wired-lan] [net-next S4 08/15] i40e: fix unrecognized FCOE EOF case
` [Intel-wired-lan] [net-next S4 13/15] i40e/i40evf: force inline transmit functions
` [Intel-wired-lan] [net-next S4 15/15] i40e: Bump version to 1.3.4

[stable] x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
 2015-05-05 16:15 UTC  (8+ messages)

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-05 16:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/17] s390 cpu model implementation
 2015-05-05 16:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

[PATCH] drmPrime*: initialize output args to 0
 2015-05-05 16:12 UTC  (3+ messages)

[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 1/3] xen/vt-d: need barriers to workaround CLFLUSH
 2015-05-05 16:11 UTC  (6+ messages)

[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 kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-05-05 15:33 UTC  (2+ messages)

[PATCH] IOMMU: Removed checkpatch warnings for Missing a blank line after declarations
 2015-05-05 15:49 UTC  (2+ 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

Memory size unaligned to section boundary
 2015-05-05 16:11 UTC  (5+ messages)
` [REGRESSION?] ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addresses (was Re: Memory size unaligned to section boundary)

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

[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 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] MODSIGN: Change default key details [ver #2]
 2015-05-05 15:41 UTC  (11+ messages)

[PATCH] USB: usbmon: Remove timeval usage for timestamp
 2015-05-05 15:40 UTC  (4+ 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] "

[RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-05 15:39 UTC  (9+ messages)
` [RFC PATCH 01/22] perf: probe: avoid segfault if passed with ''

[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] x86/spinlocks: Fix regression in spinlock contention detection
 2015-05-05 15:38 UTC  (8+ messages)

[PATCH] USB: usbmon: Remove timeval usage for timestamp
 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] Updating NX Maintainers contacts
 2015-05-05 15:29 UTC 

[PATCH] powerpc: Enabling sys_kcmp for CRIU
 2015-05-05 15:30 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)

[nightly] Core TISDK 2015.05 build 2015-05-05_11-54-57
 2015-05-05 16:10 UTC 

[PATCH 0/12] IB/srp patches for kernel v4.2
 2015-05-05 16:10 UTC  (9+ messages)
` [PATCH 04/12] IB/srp: Fix connection state tracking


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.