linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-17 12:16:18 to 2014-01-17 15:37:18 UTC [more...]

[PATCH 00/41] percpu: Consistent per cpu operations V3
 2014-01-17 15:18 UTC  (41+ messages)
` [PATCH 01/41] mm: Replace __get_cpu_var uses with this_cpu_ptr
` [PATCH 02/41] tracing: "
` [PATCH 03/41] percpu: Replace __get_cpu_var "
` [PATCH 04/41] kernel misc: Replace __get_cpu_var uses
` [PATCH 05/41] drivers/char/random: "
` [PATCH 06/41] drivers/cpuidle: Replace __get_cpu_var uses for address calculation
` [PATCH 07/41] drivers/oprofile: "
` [PATCH 08/41] drivers/leds: Replace __get_cpu_var use through this_cpu_ptr
` [PATCH 09/41] drivers/clocksource: Replace __get_cpu_var used for address calculation
` [PATCH 10/41] staging/zsmalloc: Replace instances of using __get_cpu_var "
` [PATCH 11/41] parisc: Replace __get_cpu_var uses "
` [PATCH 12/41] metag: "
` [PATCH 13/41] drivers/net/ethernet/tile: "
` [PATCH 14/41] percpu: Add raw_cpu_ops
` [PATCH 15/41] mm: Use raw_cpu ops for determining current NUMA node
` [PATCH 16/41] modules: Use raw_cpu_write for initialization of per cpu refcount
` [PATCH 17/41] net: Replace __this_cpu_inc in route.c with raw_cpu_inc
` [PATCH 18/41] percpu: Add preemption checks to __this_cpu ops
` [PATCH 19/41] time: Replace __get_cpu_var uses
` [PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 22/41] rcu: Replace __this_cpu_ptr uses "
` [PATCH 23/41] watchdog: Replace __raw_get_cpu_var uses
` [PATCH 24/41] net: Replace get_cpu_var through this_cpu_ptr
` [PATCH 25/41] md: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 26/41] irqchips: Replace __this_cpu_ptr uses
` [PATCH 27/41] x86: Replace __get_cpu_var uses
` [PATCH 28/41] arm: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 29/41] MIPS: Replace __get_cpu_var uses in FPU emulator
` [PATCH 30/41] mips: Replace __get_cpu_var uses
` [PATCH 31/41] s390: rename __this_cpu_ptr to raw_cpu_ptr
` [PATCH 32/41] ia64: Replace __get_cpu_var uses
` [PATCH 33/41] powerpc: "
` [PATCH 34/41] sparc: "
` [PATCH 35/41] tile: "
` [PATCH 36/41] blackfin: "
` [PATCH 37/41] avr32: Replace __get_cpu_var with __this_cpu_write
` [PATCH 38/41] alpha: Replace __get_cpu_var
` [PATCH 39/41] sh: Replace __get_cpu_var uses
` [PATCH 40/41] Remove __get_cpu_var and __raw_get_cpu_var macros [only in 3.15]
` [PATCH 41/41] percpu: Remove __this_cpu_ptr

[BUG] perf stat: corrupts memory when using PMU cpumask
 2014-01-17 15:36 UTC  (4+ messages)

[PATCH 0/2] perf stat: fix memory corruption and core dump
 2014-01-17 15:34 UTC  (3+ messages)
` [PATCH 1/2] perf stat: fix NULL pointer reference bug with event unit
` [PATCH 2/2] perf stat: fix memory corruption of xyarray when cpumask is used

[PATCH 1/4] sched: Remove 'cpu' parameter for idle_balance()
 2014-01-17 15:33 UTC  (13+ messages)
` [PATCH 2/4] sched: Fix race in idle_balance()
` [PATCH 4/4] sched: Idle task shortcut optimization

[PATCH RT] add missing local serialization in ip_output.c
 2014-01-17 15:33 UTC  (5+ messages)

[PATCH] Add Xilinx AXI Video DMA Engine driver
 2014-01-17 15:32 UTC  (4+ messages)
` [PATCH] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

[PATCH 1/1] scsi: hpsa, add all PCI ID's that HP has in svn
 2014-01-17 15:31 UTC  (4+ messages)

[PATCH v2 resend 0/5] arm64: advertise availability of CRC and crypto instructions
 2014-01-17 15:26 UTC  (4+ messages)
` [PATCH v2 resend 1/5] ARM: add support for AT_HWCAP2 ELF auxv entry

[PATCH v9 0/5] xen/arm/arm64: CONFIG_PARAVIRT and stolen ticks accounting
 2014-01-17 15:24 UTC  (3+ messages)
` [PATCH v9 3/5] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops

[PATCH] gpio: intel-mid: comments cleanup
 2014-01-17 15:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v8] clk: add MOXA ART SoCs clock driver
 2014-01-17 15:17 UTC  (3+ messages)
` [PATCH v9] "

[PATCH] staging: lustre: fix GFP_ATOMIC macro usage
 2014-01-17 15:17 UTC  (4+ messages)

[ANNOUNCE] 3.2.53-rt76
 2014-01-17 15:16 UTC 

[PATCH] Parse missing regulator constraints from device tree blob
 2014-01-17 15:11 UTC 

[RFC PATCH V2 0/4] APM X-Gene PCIe controller
 2014-01-17 15:07 UTC  (4+ messages)
` [RFC PATCH V2 1/4] pci: APM X-Gene PCIe controller driver

[PATCH v2 0/7] Support Krait CPU PMUs
 2014-01-17 15:04 UTC  (4+ messages)
` [PATCH v2 1/7] ARM: perf_event: Support percpu irqs for the CPU PMU

[PATCH 0/6] pseudo-interleaving for automatic NUMA balancing
 2014-01-17 15:04 UTC  (5+ messages)
` [PATCH 6/6] numa,sched: normalize faults_from stats and weigh by CPU use

[PATCH] Parse missing regulator constraints from device tree blob
 2014-01-17 15:04 UTC 

[GIT PULL 00/19] perf/core improvements and fixes
 2014-01-17 14:57 UTC  (20+ messages)
` [PATCH 01/19] tools lib traceevent: Add pevent_unregister_event_handler()
` [PATCH 02/19] tools lib traceevent: Add pevent_unregister_print_function()
` [PATCH 03/19] tools lib traceevent: Unregister handler when function plugin is unloaded
` [PATCH 04/19] tools lib traceevent: Unregister handler when hrtimer "
` [PATCH 05/19] tools lib traceevent: Unregister handler when kmem "
` [PATCH 06/19] tools lib traceevent: Unregister handler when kvm "
` [PATCH 07/19] tools lib traceevent: Unregister handler when sched_switch "
` [PATCH 08/19] tools lib traceevent: Unregister handler when mac80211 "
` [PATCH 09/19] tools lib traceevent: Unregister handler when cfg80211 "
` [PATCH 10/19] tools lib traceevent: Unregister handler when jbd2 plugin is "
` [PATCH 11/19] tools lib traceevent: Unregister handler when scsi plugin "
` [PATCH 12/19] tools lib traceevent: Unregister handler when xen "
` [PATCH 13/19] perf tools: Add 'build-test' make target
` [PATCH 14/19] perf probe: Release allocated probe_trace_event if failed
` [PATCH 15/19] perf probe: Release all dynamically allocated parameters
` [PATCH 16/19] perf symbols: Export elf_section_by_name and reuse
` [PATCH 17/19] perf tools: Do proper comm override error handling
` [PATCH 18/19] perf callchain: Spare double comparison of callchain first entry
` [PATCH 19/19] perf tools: Remove unnecessary callchain cursor state restore on unmatch

[PATCH driver-core-next 1/2] kernfs: add struct dentry declaration in kernfs.h
 2014-01-17 14:58 UTC  (2+ messages)
` [PATCH driver-core-next 2/2] kernfs: associate a new kernfs_node with its parent on creation

[RFC][PATCH 0/9] re-shrink 'struct page' when SLUB is on
 2014-01-17 14:58 UTC  (5+ messages)
` [RFC][PATCH 5/9] mm: rearrange struct page

[PATCH] sched: Calculate effective load even if local weight is 0
 2014-01-17 14:56 UTC  (3+ messages)

Why is (2 < 2) true? Is it a gcc bug?
 2014-01-17 14:55 UTC  (4+ messages)

[PATCH 1/5] x86, mpx: add documentation on Intel MPX
 2014-01-17 14:55 UTC  (14+ messages)
` [PATCH 2/5] x86, mpx: hook #BR exception handler to allocate bound tables
` [PATCH 5/5] x86, mpx: extend siginfo structure to include bound violation information

[PATCH] of: fix of_update_property()
 2014-01-17 14:49 UTC  (2+ messages)

[PATCH v6 0/6] ARM: rockchip: add smp functionality
 2014-01-17 14:44 UTC  (6+ messages)
` [PATCH v6 2/6] misc: sram: implement mmio-sram-reserved option
    ` [PATCH] of: add function to count number of u32 elements in a property

[PATCH v15] dmaengine: Add MOXA ART DMA engine driver
 2014-01-17 14:42 UTC  (3+ messages)
` [PATCH v16] "

[PATCH v5] mmc: sdhci-moxart: Add MOXA ART SDHCI driver
 2014-01-17 14:40 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 00/11] cross rename v3
 2014-01-17 14:41 UTC  (8+ messages)
` [PATCH 11/11] ext4: add cross rename support

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-01-17 14:49 UTC  (6+ messages)
` [RFC/RFT][PATCH 1/5] PM / QoS: Rename device resume latency QoS items
` [RFC/RFT][PATCH 2/5] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
` [RFC/RFT][PATCH 3/5] PM / QoS: Introduce latency tolerance device PM QoS type
` [RFC/RFT][PATCH 4/5] ACPI / LPSS: Support for device latency tolerance PM QoS
` [RFC/RFT][PATCH 5/5] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments

Multiple CCR definitions (was: Re: mmc: omap_hsmmc: use the generic config for omap2plus devices)
 2014-01-17 14:35 UTC  (3+ messages)
  ` Multiple CCR definitions

[PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst
 2014-01-17 14:34 UTC  (5+ messages)
` [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

[PATCH 00/20] Make ACPI core running on ARM64
 2014-01-17 14:35 UTC  (28+ messages)
` [PATCH 01/20] ARM64 / ACPI: Make PCI optional for ACPI "
` [PATCH 02/20] ARM64 : Add dummy asm/cpu.h
` [PATCH 03/20] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64
` [PATCH 04/20] ARM64 / ACPI: Introduce arm_core.c and its related head file
` [PATCH 05/20] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH 06/20] ARM64 / ACPI: Introduce some PCI functions when PCI is enabled
` [PATCH 07/20] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH 08/20] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH 09/20] ARM64 / ACPI: Implement core functions for parsing MADT table
` [PATCH 10/20] ARM64 / ACPI: Enumerate possible/present CPU set and map logical cpu id to APIC id
` [PATCH 11/20] ARM64 / ACPI: Get the enable method for SMP initialization
` [PATCH 12/20] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
` [PATCH 13/20] ARM64 / ACPI: Define ACPI_IRQ_MODEL_GIC needed for arm
` [PATCH 14/20] Irqchip / gic: Set as default domain so we can access from ACPI
` [PATCH 15/20] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem
` =?yes?q?=5BPATCH=2016/20=5D=20ACPI=20/=20GIC=3A=20Initialize=20GIC=20using=20the=20information=20in=20MADT?=
` [PATCH 17/20] clocksource / arch_timer: Use ACPI GTDT table to initialize arch timer
` [PATCH 18/20] clocksource / acpi: Add macro CLOCKSOURCE_ACPI_DECLARE
` [PATCH 19/20] clocksource / ACPI: Introduce clocksource_acpi_init() using CLOCKSOURCE_ACPI_DECLARE
` [PATCH 20/20] ARM64 / clocksource: Use clocksource_acpi_init()

[PATCH] perf tools: Fix JIT profiling on heap
 2014-01-17 14:34 UTC  (4+ messages)

[PATCH] mm: skip the page buddy block instead of one page
 2014-01-17 14:32 UTC  (6+ messages)
        ` [PATCH] mm: Improve documentation of page_order

[PATCH v3] gpio: mcp23s08: Add irq functionality for i2c chips
 2014-01-17 14:31 UTC  (2+ messages)

[PATCH 00/16] perf tools: Add libdw DWARF unwind support
 2014-01-17 14:28 UTC  (5+ messages)

[PATCH net] net: core: orphan frags before queuing to slow qdisc
 2014-01-17 14:28 UTC  (2+ messages)

[PATCH, RFC 00/30] sleep_on removal
 2014-01-17 14:28 UTC  (4+ messages)
` [PATCH, RFC 07/30] [media] radio-cadet: avoid interruptible_sleep_on race

[PATCH 1/1] iMX gpio: Allow reading back of pin status if configured as gpio output
 2014-01-17 14:11 UTC 

[Q] Why does kexec use device_shutdown rather than ubind them
 2014-01-17 14:13 UTC  (4+ messages)

[GIT] floppy
 2014-01-17 13:57 UTC 

debugging head.S
 2014-01-17 13:41 UTC 

ACPI and PM queue for 3.14-rc1
 2014-01-17 14:05 UTC 

Deadlock in do_page_fault() on ARM (old kernel)
 2014-01-17 13:46 UTC  (2+ messages)

[PATCH] x86, cpu hotplug, use cpumask stack safe variant cpumask_var_t in check_irq_vectors_for_cpu_disable()
 2014-01-17 13:39 UTC 

[PATCH] Bluetooth: Add hci_h4p driver
 2014-01-17 13:34 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "
          ` [PATCH v6] "
              ` [PATCH v7] staging/bluetooth: "
              ` [PATCH] Bluetooth: add module name for btwilink

Baytrail problems (was Re: Linux 3.13-rc8)
 2014-01-17 13:45 UTC  (5+ messages)

[PATCH net-next v3 0/8] net: stmmac: Add Allwinner A20 GMAC ethernet
 2014-01-17 13:24 UTC  (9+ messages)
` [PATCH net-next v3 1/8] net: stmmac: Enable stmmac main clock when probing hardware
` [PATCH net-next v3 2/8] net: stmmac: Add support for optional reset control
` [PATCH net-next v3 3/8] net: stmmac: Allocate and pass soc/board specific data to callbacks
` [PATCH net-next v3 4/8] blackfin: Update stmmac callback signatures
` [PATCH net-next v3 5/8] net: stmmac: Honor DT parameter to force DMA store and forward mode
` [PATCH net-next v3 6/8] net: stmmac: Deprecate snps,phy-addr and auto-detect PHY address
` [PATCH net-next v3 7/8] net: stmmac: Use driver data and callbacks tied with compatible strings
` [PATCH net-next v3 8/8] net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's

[PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c
 2014-01-17 13:12 UTC  (3+ messages)
` [PATCH v8] Staging: comedi: convert while loop to timeout "

[ipc] 5769cf63: LTP semget02 TFAILs
 2014-01-17 13:08 UTC  (2+ messages)

[PATCH] nfs: don't update isize when NFS_INO_LAYOUTCOMMITTING in nfs_update_inode
 2014-01-17 13:05 UTC  (6+ messages)
` [PATCH 1/2] NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding
  ` [PATCH 2/2] NFSv4.1: Fix a race in nfs4_write_inode

[slub shrink] 0f6934bf16: +191.9% vmstat.system.cs
 2014-01-17 13:00 UTC  (3+ messages)

[PATCH] net: sk == 0xffffffff fix - not for commit
 2014-01-17 12:47 UTC  (8+ messages)

powerpc/hugetlb: BUG: using smp_processor_id() in preemptible
 2014-01-17 12:41 UTC  (3+ messages)

Input: edt-ft5x06: Add DT support
 2014-01-17 12:28 UTC  (5+ messages)
` [PATCHv3 1/4] DT: Add vendor prefix for Emerging Display Technologies
` [PATCHv3 2/4] Input: edt_ft5x06: use devm_* functions where appropriate
` [PATCHv3 3/4] Input: edt-ft5x06: Add DT support
` [PATCHv3 4/4] Input: edt-ft5x06 adjust reset delays according to datasheet

[PATCH] ASoC: wm8804: Allow control of master clock divider in PLL generation
 2014-01-17 12:22 UTC  (2+ messages)

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2014-01-17 12:20 UTC  (6+ messages)
    ` [RFT][PATCH] ACPI / init: Run acpi_early_init() before efi_enter_virtual_mode() (was: Re: [RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME)

[PATCH] dcache: fix d_splice_alias handling of aliases
 2014-01-17 12:17 UTC  (2+ messages)

ipv6: default route for link local address is not added while assigning a address
 2014-01-17 12:16 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).