public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-12 10:02:46 to 2014-06-12 14:36:06 UTC [more...]

[PATCH] cpufreq: intel_pstate: Fix rounding of core_pct
 2014-06-12 14:35 UTC  (7+ messages)

[PATCH v7] NVMe: conversion to blk-mq
 2014-06-12 14:32 UTC  (14+ messages)

[PATCH v2] sctp: Fix sk_ack_backlog wrap-around problem
 2014-06-12 14:29 UTC  (2+ messages)

[RFC PATCH v3 0/7] The power allocator thermal governor
 2014-06-12 14:26 UTC  (7+ messages)
` [RFC PATCH v3 4/7] thermal: introduce the Power Actor API
` [RFC PATCH v3 5/7] thermal: add a basic cpu power actor

[PATCH 2/2] memcg: Allow hard guarantee mode for low limit reclaim
 2014-06-12 14:22 UTC  (7+ messages)
` [PATCH 1/2] mm, memcg: allow OOM if no memcg is eligible during direct reclaim
  ` [PATCH 2/2] memcg: Allow guarantee reclaim

[PATCH V2 00/19] irqchip: crossbar: driver fixes
 2014-06-12 14:18 UTC  (40+ messages)
` [PATCH V2 01/19] irqchip: crossbar: dont use '0' to mark reserved interrupts
` [PATCH V2 02/19] irqchip: crossbar: check for premapped crossbar before allocating
` [PATCH V2 03/19] irqchip: crossbar: Skip some irqs from getting mapped to crossbar
` [PATCH V2 04/19] irqchip: crossbar: Initialise the crossbar with a safe value
` [PATCH V2 05/19] irqchip: crossbar: Change allocation logic by reversing search for free irqs
` [PATCH V2 06/19] irqchip: crossbar: remove IS_ERR_VALUE check
` [PATCH V2 07/19] irqchip: crossbar: fix sparse warnings
` [PATCH V2 08/19] irqchip: crossbar: fix checkpatch warning
` [PATCH V2 09/19] irqchip: crossbar: fix kerneldoc warning
` [PATCH V2 10/19] irqchip: crossbar: DRA7: Fix unused crossbar list
` [PATCH V2 11/19] irqchip: crossbar: fix memory leak incase of invalid entry
` [PATCH V2 12/19] irqchip: crossbar: return proper error value
` [PATCH V2 13/19] irqchip: crossbar: change the goto naming
` [PATCH V2 14/19] irqchip: crossbar: set cb pointer to null in case of error
` [PATCH V2 15/19] irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
` [PATCH V2 16/19] irqchip: crossbar: introduce ti,max-crossbar-sources to identify valid crossbar mapping
` [PATCH V2 17/19] irqchip: crossbar: introduce centralized check for crossbar write
` [PATCH V2 18/19] Documentation: dt: OMAP: crossbar: add description for interrupt consumer
` [PATCH V2 19/19] irqchip: crossbar allow for quirky hardware with direct hardwiring of GIC

Kconfig fails: big select-based circular dependency
 2014-06-12 14:17 UTC  (13+ messages)

[PATCH 0/5] Handle non-secure L2C initialization on Exynos4
 2014-06-12 14:13 UTC  (2+ messages)

[git pull] device mapper changes for 3.16
 2014-06-12 14:13 UTC 

recvmmsg/sendmmsg result types inconsistent, integer overflows?
 2014-06-12 14:13 UTC  (6+ messages)

Disable bus's drivers_autoprobe before rootfs has mounted
 2014-06-12 14:12 UTC  (2+ messages)

[patch 00/13] time: Tree wide cleanup of interfaces and crap
 2014-06-12 14:12 UTC  (23+ messages)
` [patch 04/13] net: mac80211: Use ktime_get_ts()
      ` [Cocci] "
` [patch 05/13] sound: "
` [patch 08/13] firewire: "
` [patch 12/13] net: mac80211: Remove silly timespec dance
      ` net_timedelta() affected by settimeofday() (was: [patch 12/13] net: mac80211: Remove silly timespec dance)
` [patch 13/13] tomoyo: Use sensible time interface

Eudyptula Challenge (Task 10)
 2014-06-12 14:10 UTC  (3+ messages)
  ` [PATCH] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

[PATCH] tools:perf: move tools/perf/util to tools/lib/perf_util
 2014-06-12 14:01 UTC  (5+ messages)

fs/stat: Reduce memory requirements for stat_open
 2014-06-12 14:02 UTC  (3+ messages)

[PATCH 01/10] mm, compaction: do not recheck suitable_migration_target under lock
 2014-06-12 14:02 UTC  (6+ messages)
` [PATCH 02/10] mm, compaction: report compaction as contended only due to lock contention

[GIT PULL] x86/irq changes for v3.16
 2014-06-12 14:01 UTC 

[PATCH] arm64: fix MAX_ORDER for 64K pagesize
 2014-06-12 13:57 UTC  (4+ messages)

[PATCH 01/22] staging: rtl8188eu: rtw_io.c: Remove unused function _rtw_write8_async()
 2014-06-12 13:57 UTC  (5+ messages)
` [PATCH 06/22] staging: rtl8188eu: Instead of intf_hdl pass adapter in read & write functions

[PATCH RFC] percpu: add data dependency barrier in percpu accessors and operations
 2014-06-12 13:56 UTC 

scsi-mq
 2014-06-12 13:49 UTC  (15+ messages)
` [PATCH 01/14] sd: don't use rq->cmd_len before setting it up
` [PATCH 02/14] scsi: split __scsi_queue_insert
` [PATCH 03/14] scsi: centralize command re-queueing in scsi_dispatch_fn
` [PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd
` [PATCH 05/14] scsi: push host_lock down into scsi_{host,target}_queue_ready
` [PATCH 06/14] scsi: convert target_busy to an atomic_t
` [PATCH 07/14] scsi: convert host_busy to atomic_t
` [PATCH 08/14] scsi: convert device_busy "
` [PATCH 09/14] scsi: fix the {host,target,device}_blocked counter mess
` [PATCH 10/14] scsi: only maintain target_blocked if the driver has a target queue limit
` [PATCH 11/14] scsi: unwind blk_end_request_all and blk_end_request_err calls
` [PATCH 12/14] scatterlist: allow chaining to preallocated chunks
` [PATCH 13/14] scsi: add support for a blk-mq based I/O path
` [PATCH 14/14] fnic: reject device resets without assigned tags for the blk-mq case

[PATCH 0/4] drm/ttm: nouveau: memory coherency fixes for ARM
 2014-06-12 13:50 UTC  (6+ messages)
` [PATCH 4/4] drm/nouveau: introduce CPU cache flushing macro

[PATCH] mm/vmscan.c: wrap five parameters into arg_container in shrink_page_list()
 2014-06-12 13:25 UTC  (3+ messages)

your patches to support the touchpad of Haswell ChromeBooks
 2014-06-12 13:27 UTC 

[PATCH v2] x86,vdso: Fix vdso_install
 2014-06-12 13:19 UTC  (2+ messages)

video: X sets brightness to zero after resume
 2014-06-12 12:42 UTC 

rtc/hctosys.c Problem during kernel boot
 2014-06-12 13:15 UTC  (4+ messages)

[PATCH] ARM: dts: add support for Ka-Ro TX51
 2014-06-12 13:09 UTC 

[PATCH v2 0/5] APEI: Make APEI architecture independent
 2014-06-12 13:08 UTC  (7+ messages)
` [PATCH v2 1/5] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v2 2/5] acpi, apei, ghes: Introduce ACPI_APEI_NMI to make NMI error notification a GHES feature

[PATCHv2] ARM: dts: imx6: add support for Ka-Ro TX6 modules
 2014-06-12 13:05 UTC 

[RFC] printk: allow increasing the ring buffer depending on the number of CPUs
 2014-06-12 13:05 UTC  (4+ messages)

[ 059/143] sysctl net: Keep tcp_syn_retries inside the boundary
 2014-06-12 13:02 UTC  (5+ messages)

[PATCHv4 0/4] pwm: imx: support output polarity inversion
 2014-06-12 12:52 UTC  (5+ messages)
` [PATCHv4 1/4] pwm: print error messages with pr_err() instead of pr_debug()
  ` [PATCHv4 2/4] pwm: make the PWM_POLARITY flag in DTB optional
    ` [PATCHv4 3/4] pwm: imx: indentation cleanup
      ` [PATCHv4 4/4] pwm: imx: support output polarity inversion

[PATCH ftrace/core 0/2] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts
 2014-06-12 12:50 UTC  (6+ messages)
  `  "

[PATCH v4 0/4] ARM: OMAP: SATA support for OMAP5 & DRA7
 2014-06-12 12:47 UTC  (5+ messages)
` [PATCH v4 1/4] ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods
` [PATCH v4 3/4] ARM: DRA7: "

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-06-12 12:40 UTC  (6+ messages)
` [Patch V4 12/42] x86, ioapic: kill static variable nr_irqs_gsi

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-12 12:36 UTC  (3+ messages)

[RFC PATCH] gpio: Add a defer reset object to send board specific reset
 2014-06-12 12:35 UTC  (2+ messages)

Backport request to stable of two performance related fixes for xen-blkfront (3.13 fixes to earlier trees)
 2014-06-12 12:32 UTC  (8+ messages)
      ` [Xen-devel] "

[GIT PULL] MMC updates for 3.16-rc1
 2014-06-12 12:19 UTC  (4+ messages)

compaction is still too expensive for thp (was: [PATCH v2] mm, compaction: properly signal and act upon lock and need_sched() contention)
 2014-06-12 12:18 UTC  (22+ messages)
` [RFC PATCH 1/6] mm, compaction: periodically drop lock and restore IRQs in scanners
  ` [RFC PATCH 4/6] mm, compaction: skip buddy pages by their order in the migrate scanner
  ` [RFC PATCH 6/6] mm, compaction: don't migrate in blocks that cannot be fully compacted in async direct compaction

[Regression] 3.15 mmc related ext4 corruption with qemu-system-arm
 2014-06-12 12:15 UTC  (3+ messages)

[PATCH 09/13] hwmon: Driver for TI TMP103 temperature sensor
 2014-06-12 12:06 UTC  (4+ messages)

[PATCH v2 3/4] tools lib traceevent: Add options to function plugin
 2014-06-12 12:00 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2 v2] perf timechart: fix documentation
 2014-06-12 12:04 UTC  (2+ messages)
` [tip:perf/core] perf timechart: Reflow documentation

[PATCH -tip 4/4] perf/probe: Improve error messages with --line option
 2014-06-12 12:04 UTC  (2+ messages)
` [tip:perf/core] perf probe: Improve error messages in "

[PATCH -tip 3/4] perf/probe: Improve an error message of perf probe --vars mode
 2014-06-12 12:04 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[PATCH -tip 2/4] perf/probe: Show error code and description in verbose mode
 2014-06-12 12:04 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[tip:perf/core] perf tests: Show the inner make output when an error happens
 2014-06-12 12:03 UTC 

[tip:perf/core] perf tools: Emit more precise message for missing glibc static library
 2014-06-12 12:03 UTC 

[PATCH -tip 1/4] perf/probe: Improve error message for unknown member of data structure
 2014-06-12 12:04 UTC  (2+ messages)
` [tip:perf/core] perf probe: "

[PATCH 7/7] perf: Add dcacheline sort
 2014-06-12 12:03 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 1/7] events, perf: Pass protection and flags bits through mmap2 interface
 2014-06-12 12:02 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 6/7 V3] perf: Add support to dynamically get cacheline size
 2014-06-12 12:03 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 5/7] perf: Add cpumode to struct hist_entry
 2014-06-12 12:03 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 4/7] perf report: Add mem-mode documentation to report command
 2014-06-12 12:02 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/7 V2] Revert "perf: Disable PERF_RECORD_MMAP2 support"
 2014-06-12 12:02 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/7] perf: Update mmap2 interface with protection and flag bits
 2014-06-12 12:02 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH] perf script/python: Print array argument as string
 2014-06-12 12:01 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf tools: Prettify the tags/TAGS/cscope targets output
 2014-06-12 12:01 UTC  (2+ messages)
` [tip:perf/core] perf tools: Prettify the tags/TAGS/ cscope "

[PATCHv2] perf tools: Fix pipe check regression in attr event callback
 2014-06-12 12:01 UTC  (2+ messages)
` [tip:perf/core] "

[RFC][PATCH] tracing: Add __cpumask() macro to trace events to record cpumasks
 2014-06-12 12:01 UTC  (3+ messages)
` [PATCH v2 4/4] tools lib traceevent: Added support for __get_bitmask() macro
  ` [tip:perf/core] "

[PATCH v2 1/4] tools lib traceevent: Add flag to not load event plugins
 2014-06-12 12:00 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v3 2/4] tools lib traceevent: Add options to plugins
 2014-06-12 12:00 UTC  (2+ messages)
` [tip:perf/core] "

kmemleak: Unable to handle kernel paging request
 2014-06-12 12:00 UTC  (6+ messages)

[GIT PULL 0/7] perf/core improvements
 2014-06-12 11:56 UTC  (2+ messages)

[GIT PULL 00/15] perf/core improvements and fixes
 2014-06-12 11:54 UTC  (2+ messages)

[GIT PULL] scheduler updates for v3.16, #2
 2014-06-12 11:51 UTC 

[RFC PATCH 00/11] printk: safe printing in NMI context
 2014-06-12 11:50 UTC  (4+ messages)

[pre 3.16-rc1] Oops at spin_trylock(&inode->i_lock)
 2014-06-12 11:39 UTC  (5+ messages)

[PATCH v2 00/10] CMA: generalize CMA reserved area management code
 2014-06-12 11:38 UTC  (9+ messages)
` [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region
` [PATCH v2 05/10] DMA, CMA: support arbitrary bitmap granularity
` [PATCH v2 08/10] mm, cma: clean-up cma allocation error path
` [PATCH v2 09/10] mm, cma: move output param to the end of param list

[PATCH] staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue
 2014-06-12 15:27 UTC 

[PULL] modules-next
 2014-06-12 11:27 UTC  (4+ messages)

[GIT PULL] perf updates for v3.16, #2
 2014-06-12 11:25 UTC 

random: Benchamrking fast_mix2
 2014-06-12 11:18 UTC  (2+ messages)

[GIT PULL] locking tree updates for v3.16, #2
 2014-06-12 11:13 UTC 

/proc/stat vs. failed order-4 allocation
 2014-06-12 11:09 UTC  (11+ messages)
    ` [PATCH 2/2] fs: proc/stat: use usual seq_file ops rather than single_open

[RFC][PATCH] debugfs: Fix corrupted loop in debugfs_remove_recursive
 2014-06-12 10:43 UTC  (2+ messages)

[PATCH 0/9] Generic earlyconsole for ARC UART Driver
 2014-06-12 10:31 UTC  (10+ messages)
` [PATCH 1/9] serial/arc: use uart_console_write() helper
` [PATCH 2/9] serial/arc: Refactor by referencing to uart_port where possible
` [PATCH 3/9] serial/arc: Remove the workaround for legacy ISS
` [PATCH 4/9] serial/arc: Use generic earlycon infrastructure
` [PATCH 5/9] serial/arc: remove earlyprintk support and switch to earlycon
` [PATCH 6/9] serial/arc: remove last remanants of platform data
` [PATCH 7/9] serial/arc: inline the probe helper
` [PATCH 8/9] ARC: [arcfpga] RIP early uart platform device stuff
` [PATCH 9/9] serial/arc: Add DT based earlycon support

[PATCH] staging: alarm-dev: Support to Compile as Module
 2014-06-12 10:38 UTC 

[PATCH] ARM: dts: berlin2q.dtsi: set L2CC tag and data latency as 2 cycles
 2014-06-12 10:19 UTC  (4+ messages)

[RFC 0/5] of: Automatic console registration cleanups
 2014-06-12 10:12 UTC  (3+ messages)

[PATCH v2 02/03]: hwrng: create filler thread
 2014-06-12 10:09 UTC  (11+ messages)
` [PATCH v3 00/03]: hwrng: an in-kernel rngd
  ` [PATCH v3 03/03]: hwrng: khwrngd derating per device
          ` [PATCH v5 00/03]: hwrng: an in-kernel rngd
            ` [Patch v5 03/03]: hwrng: khwrngd derating per device
              ` [Patch v5.1 "

[PATCH] clk: Add PWM clock driver
 2014-06-12 10:08 UTC 

[mac80211] send ethernet packet
 2014-06-12 10:07 UTC 

[PATCH 00/21] add and use devm_irq_of_parse_and_map()
 2014-06-12 10:03 UTC  (2+ messages)

[PATCH -mm v2 0/8] memcg/slab: reintroduce dead cache self-destruction
 2014-06-12 10:03 UTC  (12+ messages)
` [PATCH -mm v2 5/8] slub: make slab_free non-preemptable
` [PATCH -mm v2 8/8] slab: make dead memcg caches discard free slabs immediately

[PATCH] alarmtimer: Export symbols of alarmtimer_get_rtcdev
 2014-06-12 10:06 UTC 


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