public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-11 11:47:01 to 2014-07-11 14:19:09 UTC [more...]

[RFC PATCH 0/2] irqchip: GIC: check and clear GIC interupt active status
 2014-07-11 12:35 UTC  (2+ messages)

[PATCH 0/8] Tegra124 EMC (external memory controller) support
 2014-07-11 14:18 UTC  (2+ messages)
` [PATCH 2/8] ARM: tegra: Remove TEGRA124_CLK_EMC from tegra124-car.h

[PATCH 00/13] ARM: shmobile: DT bindings and DTS updates
 2014-07-11  9:24 UTC  (11+ messages)
` [PATCH 03/13] irqchip: renesas-irqc: Add DT binding documentation
` [PATCH 07/13] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific irqc compatible property
` [PATCH 08/13] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal "
` [PATCH 12/13] [RFC] thermal: rcar: Add binding docs for new R-Car Gen2 SoCs
` [PATCH 13/13] [RFC] irqchip: renesas-irqc: "

[PATCH 0/4] dmaengine: shdma: Register documentation
 2014-07-11  8:31 UTC  (2+ messages)

mach-shmobile: FIXME message in file pm-sh732.c
 2014-07-11  9:34 UTC  (2+ messages)

[PATCH 1/2 V3] PCI: introduce device assignment interface and refactory related code
 2014-07-11 14:15 UTC  (5+ messages)
` [PATCH 2/2 V3] PCI: implement VFs assignment reference counter

[PATCH] bus: ARM CCN PMU driver
 2014-07-11 14:14 UTC 

[PATCH 00/13] Tegra124 CL-DVFS / DFLL clocksource, plus cpufreq
 2014-07-11 14:14 UTC  (4+ messages)
` [PATCH 12/13] cpufreq: Add cpufreq driver for Tegra124

v3.16-rc4 messes up make kernelrelease with additional output
 2014-07-11 14:13 UTC  (2+ messages)
` [PATCH] kbuild: make -s should be used with kernelrelease/kernelversion/image_name

[PATCHv3 2/2] Add force_epp module option for parport_pc
 2014-07-11 14:12 UTC  (5+ messages)
    ` [Linux-parport] "

[PATCH/RFC v4 00/21] LED / flash API integration
 2014-07-11 14:04 UTC  (22+ messages)
` [PATCH/RFC v4 01/21] leds: make brightness type consistent across whole subsystem
` [PATCH/RFC v4 02/21] leds: implement sysfs interface locking mechanism
` [PATCH/RFC v4 03/21] leds: Improve and export led_update_brightness
` [PATCH/RFC v4 04/21] leds: Reorder include directives
` [PATCH/RFC v4 05/21] leds: avoid using deprecated DEVICE_ATTR macro
` [PATCH/RFC v4 06/21] leds: add API for setting torch brightness
` [PATCH/RFC v4 07/21] of: add of_node_ncmp wrapper
` [PATCH/RFC v4 08/21] leds: Add sysfs and kernel internal API for flash LEDs
` [PATCH/RFC v4 09/21] Documentation: leds: Add description of LED Flash Class extension
` [PATCH/RFC v4 10/21] Documentation: leds: add exemplary asynchronous mux driver
` [PATCH/RFC v4 11/21] DT: leds: Add flash led devices related properties
` [PATCH/RFC v4 12/21] DT: Add documentation for LED Class Flash Manger
` [PATCH/RFC v4 13/21] v4l2-device: add v4l2_device_register_subdev_node API
` [PATCH/RFC v4 14/21] v4l2-ctrls: add control for flash strobe signal providers
` [PATCH/RFC v4 15/21] media: Add registration helpers for V4L2 flash
` [PATCH/RFC v4 16/21] leds: Add support for max77693 mfd flash cell
` [PATCH/RFC v4 17/21] DT: Add documentation for the mfd Maxim max77693
` [PATCH/RFC v4 18/21] leds: Add driver for AAT1290 current regulator
` [PATCH/RFC v4 19/21] of: Add Skyworks Solutions, Inc. vendor prefix
` [PATCH/RFC v4 20/21] DT: Add documentation for the Skyworks AAT1290
` [PATCH/RFC v4 21/21] ARM: dts: add aat1290 current regulator device node

[PATCH v8 0/9] Support for creating generic PCI host bridges from DT
 2014-07-11 14:11 UTC  (10+ messages)
` [PATCH v8 6/9] pci: Introduce a domain number for pci_host_bridge

[patch 00/55] timekeeping: 2038, optimizations, NMI safe accessors
 2014-07-11 14:10 UTC  (58+ messages)
` [patch 01/55] tile: Convert VDSO timekeeping to the precise mechanism
` [patch 02/55] timekeeping: Simplify arch_gettimeoffset()
` [patch 03/55] hrtimer: Cleanup hrtimer accessors to the timekepeing state
` [patch 04/55] ktime: Kill non-scalar ktime_t implementation for 2038
` [patch 05/55] ktime: Sanitize ktime_to_us/ms conversion
` [patch 06/55] ktime: Change ktime_set() to take 64bit seconds value
` [patch 07/55] time64: Add time64.h header and define struct timespec64
` [patch 08/55] time: More core infrastructure for timespec64
` [patch 09/55] timekeeping: Convert timekeeping core to use timespec64s
` [patch 10/55] time: Consolidate the time accessor prototypes
` [patch 11/55] timekeeping: Provide timespec64 based interfaces
` [patch 12/55] timekeeper: Move tk_xtime to core code
` [patch 13/55] timekeeping: Cache optimize struct timekeeper
` [patch 14/55] timekeeping: Provide internal ktime_t based data
` [patch 15/55] timekeeping: Use ktime_t based data for ktime_get()
` [patch 16/55] timekeeping: Provide ktime_get_with_offset()
` [patch 17/55] timekeeping: Use ktime_t based data for ktime_get_real()
` [patch 18/55] timekeeping; Use ktime_t based data for ktime_get_boottime()
` [patch 19/55] timekeeping: Use ktime_t based data for ktime_get_clocktai()
` [patch 20/55] timekeeping: Use ktime_t data for ktime_get_update_offsets_now()
` [patch 21/55] timekeeping; Use ktime based data for ktime_get_update_offsets_tick()
` [patch 22/55] timekeeping: Provide ktime_mono_to_any()
` [patch 23/55] timerfd: Use ktime_mono_to_real()
` [patch 24/55] input: evdev: "
` [patch 25/55] drm: "
` [patch 26/55] timekeeping: Remove ktime_get_monotonic_offset()
` [patch 27/55] timekeeping: Provide ktime_get[*]_ns() helpers
` [patch 28/55] time-export-nsecs-to-jiffies.patch
` [patch 29/55] sched: Make task->real_start_time nanoseconds based
` [patch 30/55] sched: Make task->start_time "
` [patch 31/55] delayacct: Make accounting nanosecond based
` [patch 32/55] delayacct: Remove braindamaged type conversions
` [patch 33/55] powerpc: cell: Use ktime_get_ns()
` [patch 34/55] connector: "
` [patch 35/55] mfd: cros_ec_spi: "
` [patch 36/55] misc: ioc4: "
` [patch 37/55] net: mlx5: "
` [patch 38/55] fs: lockd: "
` [patch 39/55] hwmon: ibmaem: "
` [patch 40/55] iio: Use ktime_get_real_ns()
` [patch 41/55] arm: bL_switcher:k "
` [patch 42/55] x86: kvm: Use ktime_get_boot_ns()
` [patch 43/55] x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based
` [patch 44/55] timekeeping: Remove monotonic_to_bootbased
` [patch 45/55] timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()
` [patch 46/55] timekeeping: Provide ktime_get_raw()
` [patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()
` [patch 48/55] drm: i915: Use nsec based interfaces
` [patch 49/55] drm: vmwgfx: "
` [patch 50/55] wireless: ath9k: Get rid of timespec conversions
` [patch 51/55] clocksource: Make delta calculation a function
` [patch 52/55] clocksource: Move cycle_last validation to core code
` [patch 53/55] seqcount: Provide raw_read_seqcount()
` [patch 54/55] timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC[_RAW]
` [patch 55/55] ftrace: Provide trace clocks mono and mono_raw

[PATCH] can: flexcan: add vf61x support for flexcan
 2014-07-11 14:00 UTC  (4+ messages)

[PATCH 1/3] asm-generic/io.h: Implement generic {read,write}s*()
 2014-07-11 14:00 UTC  (8+ messages)
` [PATCH 3/3] arm64: Use include/asm-generic/io.h

vmstat: On demand vmstat workers V8
 2014-07-11 13:58 UTC  (4+ messages)

No uart output on my snowball board
 2014-07-11 13:58 UTC  (5+ messages)

[PATCH 3/7] sched,numa: use effective_load to balance NUMA loads
 2014-07-11 13:56 UTC  (4+ messages)
` [tip:sched/core] sched/numa: Use effective_load() "

[git pull] device mapper fixes for 3.16-rc5
 2014-07-11 13:52 UTC 

[RFC Patch V1 00/30] Enable memoryless node on x86 platforms
 2014-07-11 13:51 UTC  (3+ messages)
` [RFC Patch V1 07/30] mm: Use cpu_to_mem()/numa_mem_id() to support memoryless node

[RFC PATCH] mmc: mmci: Add qcom dml support to the driver
 2014-07-11 13:49 UTC  (2+ messages)

[PATCH tip/core/rcu 0/2] Callback-offloading changes for 3.17
 2014-07-11 13:47 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/2] rcu: Parallelize and economize NOCB kthread wakeups
  ` [PATCH tip/core/rcu 2/2] rcu: Don't offload callbacks unless specifically requested

[PATCH 00/15] Input - Wacom: switch from an USB to a HID driver
 2014-07-11 13:47 UTC  (13+ messages)
` [PATCH 05/15] Input - wacom: compute the HID report size to get the actual packet size
` [PATCH 08/15] Input - wacom: remove usb dependency for siblings devices
` [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

[PATCH] ARM: omap2+: gpmc-nand: Use dynamic platform_device_alloc()
 2014-07-11 13:45 UTC  (4+ messages)

[Patch v5 03/03]: hwrng: khwrngd derating per device
 2014-07-11 13:43 UTC  (10+ messages)
` [Patch v5.1 "

[PATCH] ARM: EXYNOS: Fix build with PM_SLEEP=n
 2014-07-11 13:43 UTC 

[RFC PATCH 0/2] Zynq QSPI RFC
 2014-07-11 13:38 UTC  (3+ messages)
` [RFC PATCH 1/2] spi: Add support for Zynq QSPI controller

[PATCH v2 0/2] Add Qcom AP8064 SATA PHY support
 2014-07-11 13:39 UTC  (4+ messages)
` [PATCH v2 1/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY

[PATCH 0/5] perf: Fix tracepoint events permissions check
 2014-07-11 13:31 UTC  (9+ messages)
` [PATCH 1/5] perf: Make perf_init_event function static
` [PATCH 2/5] perf: Destroy event's children on task exit
` [PATCH 3/5] perf: Initialize owner before calling event_init callback
` [PATCH 4/5] perf: Move event owner retrieval into perf_event_get_owner
` [PATCH 5/5] perf: Check event's owner permission in tracepoint init callback

[PATCH 1/2] staging: silicom: checkpatch fixes
 2014-07-11 13:31 UTC  (3+ messages)
` [PATCH 2/2] staging: silicom: function return fixes

[workqueue] WARNING: CPU: 0 PID: 76 at drivers/block/floppy.c:968 schedule_bh()
 2014-07-11 13:27 UTC  (5+ messages)

[PATCH v2 0/2] hwrng, virtio-rng: init-time fixes
 2014-07-11 13:26 UTC  (8+ messages)
` [PATCH v2 1/2] hwrng: fetch randomness only after device init
          ` [RFC PATCH] hwrng: sysfs entry rng_seed_kernel, was: "Re: [PATCH v2 1/2] hwrng: fetch randomness only after device init"

[RFC][PATCH 0/3] ftrace: Add dynamically allocated trampolines
 2014-07-11 13:24 UTC  (5+ messages)

[PATCH 9/9] staging: dgap: removes redundant null check and change paramter for dgap_tty_digisetcustombaud()
 2014-07-11 13:20 UTC  (2+ messages)

[PATCH v4 0/9] kdb: Allow selective reduction in capabilities (was "kiosk mode")
 2014-07-11 13:16 UTC  (3+ messages)
` [RESEND PATCH v5 3.16-rc4 0/8] kdb: Allow selective reduction in capabilities

[PATCH 0/5] Input - wacom: split out pad data from the stylus input device
 2014-07-11 13:17 UTC  (4+ messages)
` [PATCH 1/5] Input - wacom: create a separate input device for pads
    ` [Linuxwacom-devel] "

[PATCH v3 0/4] drm/dsi/tegra: continuous clock support
 2014-07-11 13:14 UTC  (3+ messages)
` [PATCH v3 4/4] ARM: tegra: roth: add display DT node

[PATCH 0/5] Input - wacom: battery enhancements and unifying hid-wacom and wacom
 2014-07-11 13:13 UTC  (3+ messages)

[RFC PATCH 0/5] workqueue: Introduce low-level unbound wq sysfs cpumask v3
 2014-07-11 13:11 UTC  (3+ messages)

[PATCH] drivers/staging/comedi/drivers/ni_atmio16d.c: remove pointless condition
 2014-07-11 13:11 UTC  (5+ messages)

[PATCH V5] regulator: DA9211 : new regulator driver
 2014-07-11 13:09 UTC  (2+ messages)

[PATCH 1/2] hso: remove unused workqueue
 2014-07-11 13:05 UTC  (10+ messages)
` [PATCH 2/2] hso: fix deadlock when receiving bursts of data
  ` [PATCH v2 "

[PATCH] ARM: tegra: Fix typoed ams,ext-control properties
 2014-07-11 13:04 UTC  (2+ messages)

randconfig build error with next-20140710, in sound/soc/rockchip/rockchip_i2s.c
 2014-07-11 12:42 UTC  (4+ messages)

[PATCH 0/4] patches for rockchip spi driver
 2014-07-11 13:00 UTC  (2+ messages)

[PATCH 1/2] spi: core: Fix check for dma_map_sg() failures
 2014-07-11 12:57 UTC  (2+ messages)

[PATCH] serial: altera: Adopt uart_console_write()
 2014-07-11 13:00 UTC 

[PATCH] pinctrl: nomadik: move all Nomadik drivers to subdir
 2014-07-11 13:00 UTC 

dw8250_set_termios() questions
 2014-07-11 12:57 UTC 

[PATCH 0/8] Drivers: scsi: storvsc: Bug fixes and improvements
 2014-07-11 12:54 UTC  (10+ messages)
` [PATCH 1/8] Drivers: scsi: storvsc: Change the limits to reflect the values on the host
  ` [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

[PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller
 2014-07-11 12:38 UTC  (9+ messages)

[PATCH 1/1] mfd: tps65912-spi: Remove unused variable
 2014-07-11 12:34 UTC 

[PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter
 2014-07-11 12:30 UTC 

[PATCH] mfd: max14577: Don't pass IRQ domain to mfd_add_devices
 2014-07-11 12:33 UTC 

[RFC, prePATCH] crypto: talitos modified for powerpc 88x security engine
 2014-07-11 12:09 UTC 

[PATCH resending] splice: sendfile() at once fails for big files
 2014-07-11 12:09 UTC 

[PATCH 1/1] mfd: htc-i2cpld: Remove unused code
 2014-07-11 12:26 UTC 

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-07-11 12:24 UTC  (11+ messages)

+ shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree
 2014-07-11 12:22 UTC  (11+ messages)

[PATCH v2 0/5] fs/seq_file: introduce seq_hex_dump() helper
 2014-07-11 12:08 UTC  (6+ messages)
` [PATCH v2 1/5] seq_file: provide an analogue of print_hex_dump()
` [PATCH v2 2/5] saa7164: convert to seq_hex_dump()
` [PATCH v2 3/5] crypto: qat - use seq_hex_dump() to dump buffers
` [PATCH v2 4/5] parisc: "
` [PATCH v2 5/5] [S390] zcrypt: "

[PATCH] mm: move slab related stuff from util.c to slab_common.c
 2014-07-11 12:03 UTC 

[PATCH 0/2] clk: exynos-audss: Adapt to exising clock framework
 2014-07-11 12:07 UTC  (4+ messages)
` [PATCH 2/2] clk: exynos-audss: Update as per existing framework

[PATCH v4] mmap_vmcore: skip non-ram pages reported by hypervisors
 2014-07-11 12:06 UTC  (2+ messages)

[PATCH V2 0/3] clk: exynos-audss: Adapt to exising clock framework
 2014-07-11 12:00 UTC  (4+ messages)
` [PATCH V2 1/3] clk: exynos-audss: Simplify code to get clock names
` [PATCH V2 2/3] clk: samsung: Add API to unregister clocks
` [PATCH V2 3/3] clk: exynos-audss: Use samsung clock APIs to register/unregister clocks

[PATCH v3 00/13] compaction: balancing overhead and success rates
 2014-07-11 12:03 UTC  (4+ messages)
` [PATCH v3 06/13] mm, compaction: periodically drop lock and restore IRQs in scanners

[PATCH v3 0/5] phy: miphy365x: Introduce support for MiPHY365x
 2014-07-11 11:54 UTC  (3+ messages)
` [PATCH v3 5/5] ARM: DT: STi: STiH416: Add DT node "
  ` [PATCH v3+1 "

[RFC PATCH 00/10] OMAP: GPMC: NAND: Introduce GPMC APIs for OMAP NAND
 2014-07-11 11:51 UTC  (6+ messages)
` [RFC PATCH 02/10] mtd: nand: omap: Always use chip->ecc.steps for BCH sector count

[PATCH v1 0/3] fixes for missing security.ima on new empty files
 2014-07-11 11:47 UTC  (4+ messages)
` [PATCH v1 1/3] ima: provide flag to identify "
` [PATCH v1 2/3] evm: skip integrity verification for newly created files
` [PATCH v1 3/3] ima: pass 'opened' flag to identify "

[PATCHv8 0/2] Common Mailbox Framework
 2014-07-11 11:46 UTC  (3+ messages)
` [PATCHv8 2/2] mailbox: Introduce framework for mailbox


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