public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-11 10:29:48 to 2015-06-11 14:10:12 UTC [more...]

[RFC PATCH 00/12] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-11 14:07 UTC  (11+ messages)
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 03/12] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH 05/12] mm: Introduce arch_pgd_init_late()
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code
` [PATCH 08/12] x86/mm: Remove pgd_list use from vmalloc_sync_all()
` [PATCH 09/12] x86/mm/pat/32: Remove pgd_list use from the PAT code
` [PATCH 10/12] x86/mm: Make pgd_alloc()/pgd_free() lockless
` [PATCH 11/12] x86/mm: Remove pgd_list leftovers
` [PATCH 12/12] x86/mm: Simplify pgd_alloc()

[PATCH v5 00/10] x86/asm: Compile-time asm code validation
 2015-06-11 14:10 UTC  (22+ messages)
` [PATCH v5 01/10] x86/asm: Add FP_SAVE/RESTORE frame pointer macros
` [PATCH v5 02/10] x86: Compile-time asm code validation
` [PATCH v5 06/10] x86/asm/efi: Fix asmvalidate warnings for efi_stub_64.S
` [PATCH v5 07/10] x86/asm/acpi: Fix asmvalidate warnings for wakeup_64.S

[PATCH -stable] block: fix ext_dev_lock lockdep report
 2015-06-11 14:07 UTC  (3+ messages)

[PATCH 0/4] More cleanups and fixes for Intel VT-d
 2015-06-11 14:07 UTC  (6+ messages)
` [PATCH 1/4] iommu/vt-d: Remove iommu_attach_domain_with_id()
` [PATCH 2/4] iommu/vt-d: Don't consider copied context entries as present
` [PATCH 3/4] iommu/vt-d: Remove unmap_device_dma()
` [PATCH 4/4] iommu/vt-d: Make sure si_domain is allocated for kdump kernel

[PATCH 1/1] perf,tools: add time out to force stop endless mmap processing
 2015-06-11 14:06 UTC  (2+ messages)

[PATCH 1/1] perf,tools: error out unsupported group leader immediately for perf stat
 2015-06-11 14:03 UTC  (2+ messages)

[PATCH] sched:Prefer numa hotness over cache hotness
 2015-06-11 14:01 UTC  (2+ messages)

[PATCH 00/15] Kill off set_irq_flags
 2015-06-11 14:00 UTC  (5+ messages)
` [PATCH 08/15] memory: kill off set_irq_flags usage

[PATCH 0/2] perf/x86/intel: Fixes for PT and BTS
 2015-06-11 14:00 UTC  (4+ messages)
` [PATCH 1/2] perf/x86/intel/bts: Fix DS area sharing with x86_pmu events
` [PATCH 2/2] perf/x86/intel: Fix PMI handling for Intel PT

[PATCH] trivial: report backend_cra_name when allocation fails
 2015-06-11 14:00 UTC  (6+ messages)
` [PATCH] crypto/drbg: "

[PATCH] perf, record: Ammend option summaries
 2015-06-11 13:58 UTC  (4+ messages)

RFC: futex_wait() can DoS the tick
 2015-06-11 13:58 UTC  (9+ messages)

[PATCH] perf tools: Display 0x for hex values when printing the attribute
 2015-06-11 13:56 UTC  (2+ messages)

[PATCH RFC] i2c: octeon: allow receiving of signals
 2015-06-11 13:55 UTC  (3+ messages)

[PATCH 1/2] clk: exynos4: Add PCLK_ADC gate clock on Exynos4x12
 2015-06-11 13:54 UTC  (6+ messages)

[PATCH 1/2] mfd: add Marvell 88pm88x description
 2015-06-11 13:52 UTC  (5+ messages)
` [PATCH 2/2] mfd: 88pm88x: initial 88pm886/88pm880 base support

[PATCH] rcu: Start grace period even for single callback
 2015-06-11 13:48 UTC 

[PATCH] x86/mm/fault: Put pgd_lock in its own cacheline
 2015-06-11 13:41 UTC  (2+ messages)

[PATCH 00/28] ARCv2 port to Linux - (B) ISA / Core / platform support
 2015-06-11 13:39 UTC  (13+ messages)
` [PATCH 18/28] ARC: add smp barriers around atomics per memory-barrriers.txt
` [PATCH 20/28] ARCv2: barriers

[PATCH v2 0/5] KASan for arm64
 2015-06-11 13:39 UTC  (3+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-11 13:37 UTC  (18+ messages)
` [v4 01/16] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
` [v4 02/16] KVM: Add some helper functions for Posted-Interrupts
` [v4 03/16] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [v4 04/16] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v4 05/16] KVM: Add interfaces to control PI outside vmx
` [v4 06/16] KVM: Make struct kvm_irq_routing_table accessible
` [v4 07/16] KVM: make kvm_set_msi_irq() public
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding
` [v4 09/16] VFIO: external user API for interaction
` [v4 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [v4 11/16] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v4 12/16] KVM: kvm-vfio: implement the VFIO skeleton "
` [v4 13/16] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
` [v4 14/16] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [v4 15/16] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [v4 16/16] KVM: Warn if 'SN' is set during posting interrupts by software

[PATCH] kbuild: include core debug info when DEBUG_INFO_REDUCED
 2015-06-11 13:35 UTC  (3+ messages)

[PATCH 0/2] genalloc: rename dev_get_gen_pool() and of_get_named_gen_pool()
 2015-06-11 13:28 UTC  (3+ messages)
` [PATCH 1/2] genalloc: rename dev_get_gen_pool() to gen_pool_get()
` [PATCH 2/2] genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()

[PATCH 1/2] perf: return ENOENT instead of ENOTSUPP
 2015-06-11 13:28 UTC  (4+ messages)

[for-next][PATCH 0/3] ring-buffer: Some minor fixes
 2015-06-11 13:26 UTC  (4+ messages)
` [for-next][PATCH 1/3] ring-buffer-benchmark: Fix the wrong param in module_param
` [for-next][PATCH 2/3] ring-buffer-benchmark: Fix the wrong type
` [for-next][PATCH 3/3] ring-buffer-benchmark: Fix the wrong sched_priority of producer

[PATCH 00/11] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-06-11 13:25 UTC  (15+ messages)
` [PATCH 02/11] ACPI / irqchip: Add self-probe infrastructure to initialize IRQ controller
` [PATCH 05/11] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init
` [PATCH 06/11] ACPI / gsi: Add gsi_mutex to synchronize acpi_register_gsi()/acpi_unregister_gsi()
` [PATCH 10/11] irqchip / GICv2 / ACPI: Consolidate GICv2 ACPI related init code

[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-06-11 13:23 UTC  (4+ messages)
` [PATCH v4 2/8] firmware: add support for ARM System Control and Power Interface(SCPI) protocol

[PATCH 0/1] i2c: at91: fix code checker warnings
 2015-06-11 13:18 UTC  (4+ messages)
` [PATCH 1/1] "

Generic kernel features that need architecture(mips) support
 2015-06-11 13:20 UTC  (3+ messages)

[ANNOUNCE] 4.0.4-rt1
 2015-06-11 13:14 UTC  (18+ messages)
  ` [PATCH] ASoC: Intel: sst: use ; instead of , at the of a C statement
      ` [PATCH v2] "

[PATCH] video: sm501fb: fixing static checker warning
 2015-06-11 13:13 UTC 

[RFC] panic_on_oom_timeout
 2015-06-11 13:12 UTC  (4+ messages)

[PATCH 00/21] On-demand device registration
 2015-06-11 13:09 UTC  (10+ messages)

[PATCH 1/2] staging: rtl8188eu: remove unused enum and CONFIG
 2015-06-11 13:09 UTC  (2+ messages)
` [PATCH 2/2] staging: rtl8188eu: remove unused variables

[RFC/PATCH 00/25] perf stat: Introduce --per-task option
 2015-06-11 13:07 UTC  (5+ messages)
` [PATCH 06/25] perf tools: Propagate thread maps through the evlist

[PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support
 2015-06-11 13:07 UTC  (4+ messages)
` [PATCH V2 2/3] i2c-piix4: Use Macro for AMD CZ SMBus device ID
` [PATCH V2 3/3] SDHCI: Change AMD SDHCI quirk application scope

[PATCH] arm: Update memblock limit after mapping lowmem
 2015-06-11 13:07 UTC  (2+ messages)

[PATCH 0/3] block/ps3vram: Minor updates and fixes
 2015-06-11 13:04 UTC  (3+ messages)
` [PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD

[PATCH 0/6] clockevent: Migrate to new 'set-state' interface
 2015-06-11 13:00 UTC  (6+ messages)
` [PATCH 1/6] clocksource: arm_arch_timer: "

[PATCH 00/18] sched: balance callbacks v4
 2015-06-11 12:46 UTC  (19+ messages)
` [PATCH 01/18] sched: Replace post_schedule with a balance callback list
` [PATCH 02/18] sched: Use replace normalize_task() with __sched_setscheduler()
` [PATCH 03/18] sched: Allow balance callbacks for check_class_changed()
` [PATCH 04/18] sched,rt: Remove return value from pull_rt_task()
` [PATCH 05/18] sched,rt: Convert switched_{from,to}_rt() / prio_changed_rt() to balance callbacks
` [PATCH 06/18] sched,dl: Remove return value from pull_dl_task()
` [PATCH 07/18] sched,dl: Convert switched_{from,to}_dl() / prio_changed_dl() to balance callbacks
` [PATCH 08/18] hrtimer: Remove HRTIMER_STATE_MIGRATE
` [PATCH 09/18] hrtimer: Fix hrtimer_is_queued() hole
` [PATCH 10/18] seqcount: Rename write_seqcount_barrier()
` [PATCH 11/18] seqcount: Introduce raw_write_seqcount_barrier()
` [PATCH 12/18] hrtimer: Allow hrtimer::function() to free the timer
` [PATCH 13/18] sched,dl: Fix sched class hopping CBS hole
` [PATCH 14/18] sched: Move code around
` [PATCH 15/18] sched: Streamline the task migration locking a little
` [PATCH 16/18] lockdep: Simplify lock_release()
` [PATCH 17/18] lockdep: Implement lock pinning
` [PATCH 18/18] sched,lockdep: Employ "

[PATCH] iio: Fix parameters in iio_triggered_buffer_setup
 2015-06-11 12:53 UTC  (2+ messages)

[GIT PULL] EFI urgent fix
 2015-06-11 12:47 UTC 

[PATCH] perf tools: Fix build failure on 32-bit arch
 2015-06-11 12:44 UTC 

[PATCH] selinux: reduce locking overhead in inode_free_security()
 2015-06-11 12:38 UTC  (2+ messages)

[PATCH] staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.c
 2015-06-11 12:38 UTC 

[PATCHv6 00/36] THP refcounting redesign
 2015-06-11 12:30 UTC  (3+ messages)
` [PATCHv6 36/36] thp: update documentation

[PATCH] ALSA: aoa: convert bus code to use dev_groups
 2015-06-11 12:25 UTC  (7+ messages)
` [PATCH v2] "
  ` [alsa-devel] "

[PATCH 0/7] Replace uses of OBD_{ALLOC,FREE}_LARGE
 2015-06-11 12:02 UTC  (8+ messages)
` [PATCH 1/7] lustre: llite: "
` [PATCH 2/7] lustre: lmv: "
` [PATCH 3/7] lustre: lov: "
` [PATCH 4/7] lustre: mdc: "
` [PATCH 5/7] lustre: obdclass: "
` [PATCH 6/7] lustre: obdclass: linux: "
` [PATCH 7/7] lustre: ptlrpc: "

[PATCH v3 0/4] VFIO platform reset
 2015-06-11 12:08 UTC  (5+ messages)
` [PATCH v3 1/4] VFIO: platform: add reset struct and lookup table
` [PATCH v3 2/4] VFIO: platform: add reset callback
` [PATCH v3 3/4] VFIO: platform: populate the reset function on probe
` [PATCH v3 4/4] VFIO: platform: Calxeda xgmac reset module

[PATCH v7 0/8] mfd: cros_ec: Add multi EC and proto v3 support
 2015-06-11 12:05 UTC  (3+ messages)

[PATCH v4] tpm: introduce struct tpm_buf
 2015-06-11 12:03 UTC 

[PATCH] ARM: dts: Use labels for overriding nodes in exynos4210-universal
 2015-06-11 12:00 UTC 

INFORMATION
 2015-06-11 11:34 UTC 

[PATCH] x86/asm/entry/32: Slightly better handling of syscall errors in auditing
 2015-06-11 11:47 UTC 

[PATCH v1] usb: dwc2: gadget: fix a memory use-after-free bug
 2015-06-11 11:45 UTC  (2+ messages)

isdn: pcbit: another off-by-one issue?
 2015-06-11 11:44 UTC  (4+ messages)

[PATCH] added device tree support to gpio-generic driver
 2015-06-11 11:40 UTC  (4+ messages)
` [PATCH V2] "

[PATCH 00/14] sched: balance callbacks
 2015-06-11 11:37 UTC  (4+ messages)
` [PATCH 13/14] lockdep: Implement lock pinning

[PATCH v2] cxl: Add explicit precision specifiers
 2015-06-11 11:27 UTC  (3+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] cxl: use more common format specifier

[PATCH v5 0/8] Watchdog: introduce ARM SBSA watchdog driver
 2015-06-11 11:22 UTC  (7+ messages)
  ` [PATCH v5 4/8] Watchdog: introdouce "pretimeout" into framework
` [PATCH non-pretimeout 0/7] Watchdog: introduce ARM SBSA watchdog driver
  ` [PATCH non-pretimeout 5/7] ACPI: add GTDT table parse driver into ACPI driver

[PATCH] TESTCASE: of: OOPS when disabling node via OF_DYNAMIC
 2015-06-11 11:14 UTC  (6+ messages)

[alsa-devel][PATCH 1/4] ASoC: wm8960: codec mclk should be enabled early to avoid jack detect error
 2015-06-11 11:14 UTC  (4+ messages)
` [alsa-devel][PATCH 2/4] ASoC: wm8960: support configure headphone jack detect pin and polarity from device tree
` [alsa-devel][PATCH 3/4] ASoC: wm8960: add kcontrol to select ADC data output
` [alsa-devel][PATCH 4/4] ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

[alsa-devel][PATCH] ASoC: fsl: add imx-wm8960 machine driver
 2015-06-11 11:10 UTC  (3+ messages)

[PATCH v5] procfs: Always expose /proc/<pid>/map_files/ and make it readable
 2015-06-11 11:10 UTC  (6+ messages)
` [PATCH v6] "

linux-next: Tree for Jun 11
 2015-06-11 11:08 UTC 

[Patch V4 00/16] xen: support pv-domains larger than 512GB
 2015-06-11 11:03 UTC  (3+ messages)
` [Patch V4 14/16] xen: move p2m list if conflicting with e820 map
  ` [Xen-devel] "

[PATCH] Removed unnecessary bool comparisons in r8192U_dm.c
 2015-06-11 10:44 UTC  (2+ messages)

[PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
 2015-06-11 10:41 UTC  (5+ messages)

[PATCH v4 1/3] ASoC: wm_adsp: Add codec_probe and codec_remove stubs
 2015-06-11 10:40 UTC  (4+ messages)
` [PATCH v4 2/3] ASoC: wm_adsp: create ALSA controls from wm_adsp driver
` [PATCH v4 3/3] ASoC: wm_adsp: Add basic debugfs entries

[PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header
 2015-06-11 10:39 UTC 

[PATCH] staging: unisys: Remove unneeded variable
 2015-06-11 10:03 UTC 

[PATCH] staging: ste_rmi4: Add IRQF_ONESHOT flag
 2015-06-11 10:14 UTC 

[PATCH v4 0/8] Support for Open-Channel SSDs
 2015-06-11 10:29 UTC  (4+ messages)


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