public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-08 10:08:52 to 2015-06-08 14:37:34 UTC [more...]

[PATCH V8 00/10] New cpumask API and Intel Cache Allocation support
 2015-06-08 14:37 UTC  (4+ messages)
` [PATCH 08/10] x86/intel_rdt: Implement scheduling support for Intel RDT

[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-06-08 14:35 UTC  (12+ messages)
` [PATCH v4 1/8] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol
` [PATCH v4 2/8] firmware: add support "
` [PATCH v4 3/8] clk: add support for clocks provided by SCP(System Control Processor)
` [PATCH v4 4/8] clk: scpi: add support for cpufreq virtual device
` [PATCH v4 5/8] cpufreq: arm_big_little: add SCPI interface driver
` [PATCH v4 6/8] arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno
` [PATCH v4 7/8] arm64: dts: add CPU topology "
` [PATCH v4 8/8] arm64: dts: add clock support for all the cpus

[PATCH v2 0/4] Fix kmemleak races on the disable/error path
 2015-06-08 14:29 UTC  (5+ messages)
` [PATCH v2 1/4] mm: kmemleak: Allow safe memory scanning during kmemleak disabling
` [PATCH v2 2/4] mm: kmemleak: Fix delete_object_*() race when called on the same memory block
` [PATCH v2 3/4] mm: kmemleak: Do not acquire scan_mutex in kmemleak_do_cleanup()
` [PATCH v2 4/4] mm: kmemleak: Avoid deadlock on the kmemleak object insertion error path

[PATCH 0/9] Goodix touchscreen enhancements
 2015-06-08 14:28 UTC  (8+ messages)
` [PATCH 8/9] input: goodix: add support for ESD

[PATCH 00/14] sched: balance callbacks
 2015-06-08 14:27 UTC  (9+ messages)
` [PATCH 08/14] hrtimer: Allow hrtimer::function() to free the timer

[PATCH v11 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-06-08 14:26 UTC  (4+ messages)
` [PATCH v11 04/10] iommu/vt-d: functions to copy data from old mem

[PATCH] debug: Deprecate BUG_ON() use in new code, introduce CRASH_ON()
 2015-06-08 14:26 UTC 

[GIT PULL 00/15] perf/core improvements and fixes
 2015-06-08 14:17 UTC  (16+ messages)
` [PATCH 01/15] perf stat: Add id into perf_stat struct
` [PATCH 02/15] perf stat: Replace transaction event possition check with id check
` [PATCH 03/15] perf stat: Remove setup_events function
` [PATCH 04/15] perf stat: Remove transaction_run from shadow update/print code
` [PATCH 05/15] perf stat: Introduce reset_shadow_stats function
` [PATCH 06/15] perf stat: Introduce print_shadow_stats function
` [PATCH 07/15] perf stat: Add output file argument to "
` [PATCH 08/15] perf stat: Add aggr_mode "
` [PATCH 09/15] perf stat: Move shadow stat counters into separate object
` [PATCH 10/15] tools lib traceevent: Export dynamic symbols used by traceevent plugins
` [PATCH 11/15] tools lib traceevent: Ignore libtrace-dynamic-list file
` [PATCH 12/15] perf record: Fix perf.data size in no-buildid mode
` [PATCH 13/15] perf machine: Fix up some more method names
` [PATCH 14/15] perf tools: Protect accesses the dso rbtrees/lists with a rw lock
` [PATCH 15/15] perf tools: Reference count struct dso

[PATCH] perf tools: avoid possible race condition in copyfile
 2015-06-08 14:18 UTC  (5+ messages)

[RFC][PATCH] regmap: make REGCACHE_NONE maps return error on regcache_sync
 2015-06-08 14:16 UTC  (4+ messages)

[PATCH v2 1/2] rtc: mv: use BIT()
 2015-06-08 14:16 UTC  (2+ messages)
` [PATCH v2 2/2] rtc: mv: correct 24 hour error message

[PATCH] drm/panel: add lg4573 driver
 2015-06-08 14:13 UTC  (4+ messages)

Probable regression: extremely high IOWAIT on system with Iomega ZIP drive (Parallel ATA interface) after 3.16->3.17 kernel upgrade
 2015-06-08 14:07 UTC 

[PATCH] sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappings
 2015-06-08 14:08 UTC 

[PATCH v3] ARM: early fixmap support for earlycon
 2015-06-08 14:05 UTC  (5+ messages)

[PATCHv2 0/9] perf stat: Separate shadow counters code
 2015-06-08 14:03 UTC  (4+ messages)
` [PATCH 1/9] perf stat: Add id into perf_stat struct
  ` [PATCHv3] "

[RFC PATCH 00/25] Move LRU page reclaim from zones to nodes
 2015-06-08 13:56 UTC  (26+ messages)
` [PATCH 01/25] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/25] mm, vmscan: Move lru_lock to the node
` [PATCH 03/25] mm, vmscan: Move LRU lists to node
` [PATCH 04/25] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/25] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/25] mm, vmscan: Avoid a second search through zones checking if compaction is required
` [PATCH 07/25] mm, vmscan: Make kswapd think of reclaim in terms of nodes
` [PATCH 08/25] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 09/25] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 10/25] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 11/25] mm, workingset: Make working set detection node-aware
` [PATCH 12/25] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 13/25] mm: Move NR_FILE_MAPPED accounting to the node
` [PATCH 14/25] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 15/25] mm: Move most file-based accounting to the node
` [PATCH 16/25] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 17/25] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 18/25] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 19/25] mm, vmscan: Account in vmstat for pages skipped during reclaim
` [PATCH 20/25] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 21/25] mm, page_alloc: Defer zlc_setup until it is known it is required
` [PATCH 22/25] mm: Convert zone_reclaim to node_reclaim
` [PATCH 23/25] mm, page_alloc: Delete the zonelist_cache
` [PATCH 24/25] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 25/25] mm: page_alloc: Take fewer passes when allocating to the low watermark

[PATCH] ARM: at91/dt: sama5d4: fix dma conf for aes, sha and tdes nodes
 2015-06-08 13:55 UTC 

[RFC PATCH 00/18] kthreads/signal: Safer kthread API and signal handling
 2015-06-08 13:51 UTC  (8+ messages)
` [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread "
` [RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads

[v9 1/9] iommu: Add new member capability to struct irq_remap_ops
 2015-06-08 13:42 UTC  (2+ messages)
` [tip:x86/apic] "

[PATCH] hrtimers: Make sure hrtimer_resolution is unsigned int
 2015-06-08 13:48 UTC  (2+ messages)
` [tip:timers/core] "

[v9 4/9] iommu, x86: Save the mode (posted or remapped) of an IRTE
 2015-06-08 13:44 UTC  (2+ messages)
` [tip:x86/apic] "

[v9 3/9] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
 2015-06-08 13:43 UTC  (2+ messages)
` [tip:x86/apic] "

[v9 7/9] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
 2015-06-08 13:45 UTC  (2+ messages)
` [tip:x86/apic] "

[v9 8/9] iommu, x86: define irq_remapping_cap()
 2015-06-08 13:45 UTC  (2+ messages)
` [tip:x86/apic] iommu, x86: Provide irq_remapping_cap() interface

[tip:x86/asm] x86/asm/entry: Rename compat syscall entry points
 2015-06-08 13:46 UTC 

[v9 9/9] iommu, x86: Properly handler PI for IOMMU hotplug
 2015-06-08 13:45 UTC  (2+ messages)
` [tip:x86/apic] iommu, x86: Properly handle posted interrupts "

[Patch V4 00/16] xen: support pv-domains larger than 512GB
 2015-06-08 13:45 UTC  (20+ messages)
` [Patch V4 01/16] xen: sync with xen headers
` [Patch V4 02/16] xen: save linear p2m list address in shared info structure
` [Patch V4 03/16] xen: don't build mfn tree if tools don't need it
` [Patch V4 04/16] xen: eliminate scalability issues from initial mapping setup
` [Patch V4 05/16] xen: move static e820 map to global scope
` [Patch V4 06/16] xen: split counting of extra memory pages from remapping
` [Patch V4 07/16] xen: check memory area against e820 map
` [Patch V4 08/16] xen: find unused contiguous memory area
` [Patch V4 09/16] xen: check for kernel memory conflicting with memory layout
` [Patch V4 10/16] xen: check pre-allocated page tables for conflict with memory map
` [Patch V4 11/16] xen: check for initrd conflicting with e820 map
` [Patch V4 12/16] mm: provide early_memremap_ro to establish read-only mapping
` [Patch V4 13/16] xen: add explicit memblock_reserve() calls for special pages
` [Patch V4 14/16] xen: move p2m list if conflicting with e820 map
` [Patch V4 15/16] xen: allow more than 512 GB of RAM for 64 bit pv-domains
` [Patch V4 16/16] xen: remove no longer needed p2m.h
` [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB

[v9 2/9] iommu: dmar: Extend struct irte for VT-d Posted-Interrupts
 2015-06-08 13:43 UTC  (2+ messages)
` [tip:x86/apic] "

[v9 6/9] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
 2015-06-08 13:44 UTC  (2+ messages)
` [tip:x86/apic] "

[v9 5/9] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
 2015-06-08 13:44 UTC  (2+ messages)
` [tip:x86/apic] iommu, x86: Avoid migrating VT-d posted interrupts

[PATCH 0/6] clockevent: Migrate to new 'set-state' interface
 2015-06-08 13:40 UTC  (7+ messages)
` [PATCH 1/6] clocksource: arm_arch_timer: "
` [PATCH 2/6] clocksource: arm_global_timer: "
` [PATCH 3/6] clocksource: bcm2835: "
` [PATCH 4/6] clocksource: bcm_kona: "
` [PATCH 5/6] clocksource: cs5535: "
` [PATCH 6/6] clocksource: em_sti: "

[PATCH] acpi: update struct acpi_table_tpm2
 2015-06-08 13:38 UTC 

MCE ring buffer management (Rebase)
 2015-06-08 13:41 UTC  (6+ messages)
` [PATCH 4/4 Rebase] x86, MCE: Avoid potential deadlock in MCE context

[PATCH] pinctrl: add pinctrl_register_reason() to return proper error code
 2015-06-08 13:36 UTC  (4+ messages)

[PATCH] mmc, kernel 4.0.5, SDIO power management error message
 2015-06-08 13:27 UTC 

[PATCH] pinctrl: fix confusing debug message in pinctrl_register_map()
 2015-06-08 13:33 UTC  (4+ messages)

[PATCH -resend] jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL
 2015-06-08 13:28 UTC 

linux-4.1-rc7/drivers/irqchip/irq-renesas-intc-irqpin.c:418: array index used before limits check ?
 2015-06-08 13:26 UTC  (4+ messages)

[PATCH v2 0/2] dmaengine: ti-dma-crossbar: Support for eDMA
 2015-06-08 13:22 UTC  (3+ messages)
` [PATCH v2 1/2] dmaengine: ti-dma-crossbar: Make idr xbar instance-specific
` [PATCH v2 2/2] dmaengine: ti-dma-crossbar: Add support for eDMA

[RESEND 1/2] usb: ehci-exynos: Make provision for vdd regulators
 2015-06-08 13:21 UTC  (8+ messages)

[PATCH 0/4] x86: Untangle and standardize x86 system call entry point names
 2015-06-08 13:14 UTC  (3+ messages)
` [PATCH 4/4] x86/asm/entry/32: Clean up entry_32.S

[PATCH 0/3] Drop dead code in lov_finish_set
 2015-06-08 12:53 UTC  (4+ messages)
` [PATCH 1/3] lustre: lov: Drop lov_lock_handles structure
` [PATCH 2/3] lustre: lov: Drop unneeded set_oabufs and set_pga fields
` [PATCH 3/3] lustre: lov: Drop rq_buflen field

[LINUX RFC V2 1/2] devicetree: Add DT bindings documentation for Zynq Ultrascale+ MPSoC GQSPI controller
 2015-06-08 12:59 UTC  (6+ messages)
` [LINUX RFC V2 2/2] spi: Add support "

[PATCH] serial: core: cleanup in uart_get_baud_rate()
 2015-06-08 12:56 UTC 

[PATCH 1/2] mfd: add Marvell 88pm88x description
 2015-06-08 12:55 UTC  (2+ messages)
` [PATCH 2/2] mfd: 88pm88x: initial 88pm886/88pm880 base support

[PATCH] x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path
 2015-06-08 12:55 UTC  (3+ messages)

[PATCH RFC 0/3] pagemap: make useable for non-privilege users
 2015-06-08 12:53 UTC  (4+ messages)

[PATCH 0/3] TLB flush multiple pages per IPI v5
 2015-06-08 12:50 UTC  (4+ messages)
` [PATCH 1/3] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/3] mm: Send one IPI per CPU to TLB flush multiple pages that were recently unmapped
` [PATCH 3/3] mm: Defer flush of writable TLB entries

randconfig build error with next-20150529, in crypto/jitterentropy.c
 2015-06-08 12:44 UTC  (5+ messages)

[PATCH v2] perf: honoring the architectural performance monitoring version
 2015-06-08 12:46 UTC 

[PATCH v2 0/2] arm64: dts: Mediatek: MT8173 updtes
 2015-06-08 12:31 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: mt8173: Add I2C device node

[PATCH 0/2] Add Mediatek MT8173 cpufreq driver
 2015-06-08 12:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
` [PATCH 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver

[PATCH 00/21] On-demand device registration
 2015-06-08 12:26 UTC  (5+ messages)

[PATCH v4 09/21] rtc: support DS1302 RTC on ICP DAS LP-8x4x
 2015-06-08 12:12 UTC  (3+ messages)
` [v4,09/21] "

[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
 2015-06-08 12:05 UTC  (4+ messages)

[PATCH] tpm, tpm_crb: migrate to struct acpi_table_tpm2 and acpi_tpm2_control
 2015-06-08 11:54 UTC  (3+ messages)
` Aw: "

[PATCH] oom: always panic on OOM when panic_on_oom is configured
 2015-06-08 11:53 UTC  (6+ messages)

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-08 11:52 UTC  (3+ messages)
` [RFC PATCH 01/12] mm: add a new config to manage the code

[RFC Patch V1] ioatdma: Ignore IOAT devices under hotplug-capable PCI host bridge
 2015-06-08 11:44 UTC  (4+ messages)

[RESEND PATCH V4 0/1] Add OnKey support for DA9063
 2015-06-08 11:38 UTC  (4+ messages)
` [RESEND PATCH V4 1/1] input: misc: da9063: OnKey driver

[RFT v2 00/48] Refine irq interfaces to reduce number of parameters
 2015-06-08 11:37 UTC  (4+ messages)
` [RFT v2 11/48] ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

[PATCH] kernel/params.c: make use of unused but set variable
 2015-06-08 11:29 UTC  (13+ messages)
    ` [PATCH] debug: Deprecate BUG_ON() use in new code, introduce CRASH_ON()

[PATCH v6] dma: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-06-08 11:28 UTC  (6+ messages)

[PATCH v4 2/2] dma: Add Xilinx AXI Central Direct Memory Access Engine driver support
 2015-06-08 11:20 UTC  (3+ messages)

[PATCH 09/11] dma: pl330: fix wording in mcbufsz message
 2015-06-08 11:07 UTC 

[PATCH v4 1/2] usb: ehci-exynos: Make provision for vdd regulators
 2015-06-08 11:07 UTC  (2+ messages)
` [PATCH v4 2/2] usb: ohci-exynos: "

[PATCH v2 0/3] Fixes for at_xdmac
 2015-06-08 11:01 UTC  (5+ messages)
` [PATCH v2 1/3] dmaengine: at_xdmac: lock fixes
  ` [PATCH v2 2/3] dmaengine: at_xdmac: rework slave configuration part

[drm fixes] git pull
 2015-06-08 10:52 UTC  (3+ messages)

git pull] drm for v4.1-rc1
 2015-06-08 10:50 UTC  (10+ messages)
      ` [PATCH] drm/i915: Properly initialize SDVO analog connectors
        ` [Fwd: Re: [PATCH] drm/i915: Properly initialize SDVO analog connectors]

[PATCH v2 0/5] dmaengine: mv_xor: Fixes and enhancements
 2015-06-08 10:34 UTC  (3+ messages)
` [PATCH v2 3/5] dmaengine: mv_xor: add support for a38x command in descriptor mode

Charity Project
 2015-06-08  7:09 UTC 

NILFS2: double uuid
 2015-06-08 10:31 UTC  (6+ messages)

[PATCH v2] powerpc/cache: add cache flush operation for various e500
 2015-06-08 10:06 UTC 

Add Mediatek SPI driver
 2015-06-08 10:15 UTC  (8+ messages)
` [PATCH 2/3] spi: mediatek: Add spi bus for Mediatek MT8173

[PATCH] slub/slab: fix kmemleak didn't work on some case
 2015-06-08 10:13 UTC  (2+ messages)

[PATCH v4 00/12] MIPS: ath79: Add OF support and DTS for TL-WR1043ND
 2015-06-08 10:17 UTC  (3+ messages)
` [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

[PATCH] efi: Work around ia64 build problem with ESRT driver
 2015-06-08 10:09 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