LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCHv5 00/11] perf tools: Add perf data CTF conversion
 2015-03-01 13:20 UTC  (4+ messages)
` [PATCH 05/11] perf data: Add tracepoint events fields CTF conversion support

[PATCH] Avoid null-pointer access in w1/slaves/w1_therm
 2015-03-01 13:04 UTC  (4+ messages)

[PATCH] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC
 2015-03-01 12:54 UTC  (4+ messages)

[PATCH] spi - fix a typo in comment
 2015-03-01 12:49 UTC 

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-03-01 12:44 UTC  (19+ messages)
` [PATCH v8 01/18] clk: tegra: Add binding for the Tegra124 DFLL clocksource
` [PATCH v8 02/18] clk: tegra: Add library for the DFLL clock source (open-loop mode)
` [PATCH v8 03/18] clk: tegra: Add closed loop support for the DFLL
` [PATCH v8 04/18] clk: tegra: Add functions for parsing CVB tables
` [PATCH v8 05/18] clk: tegra: Introduce ability for SoC-specific reset control callbacks
` [PATCH v8 06/18] clk: tegra: Add DFLL DVCO reset control for Tegra124
` [PATCH v8 07/18] clk: tegra: Add Tegra124 DFLL clocksource platform driver
` [PATCH v8 08/18] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
` [PATCH v8 09/18] clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent
` [PATCH v8 11/18] ARM: tegra: Add the DFLL to Tegra124 device tree
` [PATCH v8 12/18] ARM: tegra: Enable the DFLL on the Jetson TK1
` [PATCH v8 13/18] cpufreq: tegra124: Add device tree bindings
` [PATCH v8 14/18] cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreq
` [PATCH v8 15/18] cpufreq: Add cpufreq driver for Tegra124
` [PATCH v8 16/18] ARM: tegra: Add entries for cpufreq on Tegra124
` [PATCH v8 17/18] ARM: tegra: Add CPU regulator to the Jetson TK1 device tree
` [PATCH v8 18/18] ARM: tegra: enable Tegra124 cpufreq driver by default

[PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1
 2015-03-01 12:19 UTC  (4+ messages)
` [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

preempt in kprobe
 2015-03-01 12:18 UTC 

[PATCH 1/2] acpi/video: Load the module even if ACPI is disabled
 2015-03-01 10:41 UTC  (2+ messages)
` [PATCH 2/2] acpi/video: Propagate the error code for acpi_video_register

[regression in linux-next] i915: broken graphics on laptop
 2015-03-01 10:28 UTC  (13+ messages)
` [Intel-gfx] "
      ` [Intel-gfx] [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object
                ` [Intel-gfx] [Regression] BUG: unable to handle kernel NULL pointer dereference

[PATCH v2] rtc: add Abracon ABx80x driver
 2015-03-01 10:27 UTC 

stand-alone kvmtool
 2015-03-01 10:21 UTC  (5+ messages)

linux firewire implementation & DMA attack
 2015-03-01 10:16 UTC  (2+ messages)

[PATCH] arm64: mm: unexport set_memory_ro and set_memory_rw
 2015-03-01 10:14 UTC 

[PATCH 0/4] hw_random: bcm63xx-rng: misc cleanups and reorg
 2015-03-01 10:03 UTC  (2+ messages)

[PATCH net-next 09/10] arm64: unexport set_memory_ro and set_memory_rw
 2015-03-01  9:52 UTC  (4+ messages)

[PATCH 0/8] x86, boot: clean up setup_data handling
 2015-03-01  9:45 UTC  (11+ messages)
` [PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly
` [PATCH 2/8] x86: Kill E820_RESERVED_KERN
` [PATCH 3/8] x86, efi: copy SETUP_EFI data and access directly
` [PATCH 4/8] x86, of: let add_dtb reserve by itself
` [PATCH 5/8] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH 6/8] x86: kill not used setup_data handling code
` [PATCH 7/8] x86, pci: convert SETUP_PCI data to list
` [PATCH 8/8] x86, pci: export SETUP_PCI data via sysfs

[PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA
 2015-03-01  9:35 UTC 

[PATCH v2 0/2] add dts for PopMetal board
 2015-03-01  9:32 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: add root compatible property "
` [PATCH v2 2/2] ARM: dts: add rk3288 "

[lockdep] WARNING: CPU: 0 PID: 1 at kernel/locking/lockdep.c:705 lockdep_init_map()
 2015-03-01  8:58 UTC 

rt_mutex based ww_mutex implementation
 2015-03-01  8:48 UTC  (4+ messages)
` [PATCH 3/3] locking: rtmutex: set state back to running on error
  ` [tip:locking/urgent] locking/rtmutex: Set "

[PATCHv2 0/7] introduce dynamic device creation/removal
 2015-03-01  8:42 UTC  (8+ messages)
` [PATCHv2 1/7] zram: cosmetic ZRAM_ATTR_RO code formatting tweak
` [PATCHv2 2/7] zram: use idr instead of `zram_devices' array
` [PATCHv2 3/7] zram: factor out device reset from reset_store()
` [PATCHv2 4/7] zram: reorganize code layout
` [PATCHv2 5/7] zram: add dynamic device add/remove functionality
` [PATCHv2 6/7] zram: remove max_num_devices limitation
` [PATCHv2 7/7] zram: report every added and removed device

[PATCH] Staging: dgnc: replace EXTRA_CFLAGS
 2015-03-01  8:41 UTC 

[PATCH v3 0/4] Add ioctl and debug utilities to UFS driver
 2015-03-01  8:33 UTC  (7+ messages)
` [PATCH v3 2/4] scsi: ufs: add debugfs for ufs
` [PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug

Fwd: [PATCH] c6x: kernel: setup: Type cast 'fdt' to "void *" for early_init_dt_scan() in machine_init()
 2015-03-01  8:32 UTC 

[PATCH] Staging: dgnc: replace printk
 2015-03-01  8:31 UTC 

Fwd: [PATCH] c6x: kernel: setup: Type cast 'fdt' to "void *" for early_init_dt_scan() in machine_init()
 2015-03-01  8:21 UTC 

Fwd: [PATCH] c6x: kernel: setup: Include "linux/console.h" if both VT and DUMMY_CONSOLE enabled
 2015-03-01  8:19 UTC 

[PATCH] tty: serial: Fix spelling of Medfield
 2015-03-01  7:54 UTC 

[PATCH] clkdev: clk_add_alias don't put origin clock
 2015-03-01  7:43 UTC 

[PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig
 2015-03-01  7:41 UTC  (2+ messages)

[PATCH 0/2] virtio_blk header fixes
 2015-03-01  7:39 UTC  (3+ messages)
` [PATCH 1/2] virtio_blk: typo fix
` [PATCH 2/2] virtio_blk: fix comment for virtio 1.0

[git pull] drm fixes
 2015-03-01  7:27 UTC  (4+ messages)

[PATCH 0/2] add dts for PopMetal board
 2015-03-01  7:27 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: add root compatible property "
` [PATCH 2/2] ARM: dts: add rk3288 "

[PATCH v3] net: macb: Add big endian CPU support
 2015-03-01  6:08 UTC  (3+ messages)
` [PATCH 1/2] net: macb: Add on the fly CPU endianness detection
  ` [PATCH 2/2] net: macb: Properly add DMACFG bit definitions

[PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h
 2015-03-01  6:07 UTC 

[PATCH v3] net: bcmgenet: fix throughtput regression
 2015-03-01  5:30 UTC  (2+ messages)

[PATCH] sh_eth: Fix lost MAC address on kexec
 2015-03-01  5:28 UTC  (2+ messages)

[PATCH RFC 0/2] add nproc cgroup subsystem
 2015-03-01  4:46 UTC  (13+ messages)

[PATCH] capabilities: Ambient capability set V2
 2015-03-01  4:44 UTC  (2+ messages)

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
 2015-03-01  4:33 UTC 

Lepas KIDEX - East Klang Valley Expressway. Azmin Perlu Isu Untuk Lonjak Nama Sebagai Ketua Pembangkang
 2015-03-01  4:18 UTC 

Generic page fault (Was: libsigsegv ....)
 2015-03-01  3:57 UTC  (11+ messages)

[PATCH] MAINTAINERS: fix file encoding
 2015-03-01  3:46 UTC  (2+ messages)

[PATCH] HID: multitouch: Add support for button type usage
 2015-03-01  3:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
 2015-03-01  3:16 UTC  (3+ messages)

[PATCH v4 0/15] Those patches is used for dw_hdmi audio support
 2015-03-01  3:07 UTC  (16+ messages)
` [PATCH v4 01/15] drm: bridge/dw_hdmi: add irq control to suspend/resume
` [PATCH v4 02/15] drm: bridge/dw_hdmi: wrap irq control in fucntions
` [PATCH v4 03/15] drm: rockchip/dw_hdmi_rockchip: add resume/suspend support
` [PATCH v4 04/15] drm: bridge/dw_hdmi: add identification registers parse and record
` [PATCH v4 05/15] drm: bridge/dw_hdmi: combine hdmi_set_clock_regenerator_n() and hdmi_regenerate_cts()
` [PATCH v4 06/15] drm: bridge/dw_hdmi: adjust n/cts setting order
` [PATCH v4 07/15] drm: bridge/dw_hdmi: set ncts_atomic_write & cts_manual
` [PATCH v4 08/15] drm: bridge/dw_hdmi: add audio support for more display resolutions
` [PATCH v4 09/15] drm: bridge/dw_hdmi: enable audio support for No-CEA "
` [PATCH v4 10/15] drm: bridge/dw_hdmi: add audio sample channel status setting
` [PATCH v4 11/15] drm: bridge/dw_hdmi: add enable/disable to dw_hdmi_audio callbacks
` [PATCH v4 12/15] drm: bridge/dw_hdmi: creat dw-hdmi-audio platform device
` [PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio
` [PATCH v4 14/15] ASoC: rockchip/rockchip-hdmi-audio: add sound driver for "
` [PATCH v4 15/15] dt-bindings: Add documentation for Rockchip dw-hdmi-audio

[PATCH] fanotify: Fix event filtering with FAN_ONDIR set
 2015-03-01  2:31 UTC  (2+ messages)

[patch] w1: small cleanup in w1_family_notify()
 2015-03-01  1:49 UTC  (2+ messages)

[PATCHv3] [media] saa7164: use an MSI interrupt when available
 2015-03-01  0:14 UTC 

ACPI regression with 3.19+
 2015-03-01  0:00 UTC  (2+ messages)

[PATCH 0/2] drivers: cpuidle: minor suspend-to-idle fixes
 2015-02-28 23:58 UTC  (4+ messages)

[PATCH] ipc/sem.c: Update/correct memory barriers
 2015-02-28 23:34 UTC  (3+ messages)

[PATCH 1/3] x86: Move msr accesses out of line
 2015-02-28 23:32 UTC  (14+ messages)
    ` [RFC][PATCH] module: Optimize __module_address() using a latched RB-tree

[PATCH] rtc: add Abracon ABx80x driver
 2015-02-28 23:09 UTC  (5+ messages)

[GIT PULL 00/19] perf/core improvements and fixes
 2015-02-28 22:57 UTC  (3+ messages)
` [PATCH] perf tools: Fix pthread_attr_setaffinity_np() feature detection on Ubuntu systems

3.19 kernel: BUG: unable to handle kernel NULL pointer dereference
 2015-02-28 22:57 UTC  (4+ messages)

[patch] perf_event_open.2: 3.19 PERF_SAMPLE_REGS_INTR support
 2015-02-28 22:26 UTC  (2+ messages)

[PATCH][v2] dmaengine: s3c24xx: Fix spelling mistake in dev_err mistake
 2015-02-28 22:25 UTC 

[PATCH v4 0/2] Add support for Broadcom keypad controller
 2015-02-28 22:15 UTC  (4+ messages)
  ` [PATCH v4 2/2] Input: bcm-keypad: Add "

[PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op
 2015-02-28 21:52 UTC  (2+ messages)

[PATCH] fs: record task name which froze superblock
 2015-02-28 21:31 UTC  (9+ messages)
            ` [PATCH v3] "

[PATCH] dmaengine: s3c24xx: Fix spelling mistake in dev_err mistake
 2015-02-28 21:25 UTC  (2+ messages)

[RFC][PATCH 0/9] latched RB-trees and __module_address()
 2015-02-28 21:24 UTC  (10+ messages)
` [RFC][PATCH 1/9] klp: Fix obvious RCU fail
` [RFC][PATCH 2/9] module: Sanitize RCU usage and locking
` [RFC][PATCH 3/9] module: Annotate module version magic
` [RFC][PATCH 4/9] module, jump_label: Fix module locking
` [RFC][PATCH 5/9] rbtree: Make lockless searches non-fatal
` [RFC][PATCH 6/9] seqlock: Better document raw_write_seqcount_latch()
` [RFC][PATCH 7/9] rbtree: Implement generic latch_tree
` [RFC][PATCH 8/9] module: Optimize __module_address() using a latched RB-tree
` [RFC][PATCH 9/9] module: Use __module_address() for module_address_lookup()

[PATCH] staging: iio: hmc5843: Set iio name property in sysfs
 2015-02-28 20:54 UTC 

[PATCH] iwlwifi: mvm: check time event is over before disconnecting
 2015-02-28 20:46 UTC  (3+ messages)

[PATCH][v2] pinctrl: sirf: fix typo in kernel warning on a bad interrupt
 2015-02-28 20:46 UTC 

[PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
 2015-02-28 20:46 UTC  (3+ messages)

Trying to use 'perf probe' to debug perf itself
 2015-02-28 20:45 UTC  (4+ messages)
` [PATCH perf/core ] perf-probe: Warn if given uprobe event accesses memory on older kernel

[PATCH] crypto: fix typo in dev_err error message
 2015-02-28 20:40 UTC 

[PATCH] scsi: ufs: fix typo in dev_err error message
 2015-02-28 20:34 UTC 

[PATCH] mtd: atmel_nand: fix typo in dev_err error message
 2015-02-28 20:27 UTC 

[PATCH] docproc: handle realloc() failure in find_all_symbols()
 2015-02-28 20:07 UTC 

[PATCH v6 0/5] Add new MFD driver for MAX77843
 2015-02-28 20:03 UTC  (5+ messages)
` [PATCH v6 2/5] power: max77843_charger: Add Max77843 charger device driver
` [PATCH v6 3/5] power: max77843_battery: Add Max77843 fuel gauge "

[PATCH v3] power: bq27x00_battery: add bq27510 support
 2015-02-28 20:01 UTC  (2+ messages)

[LKP] [x86/mm/ASLR] f47233c2d34: WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:63 __ioremap_check_ram+0x445/0x4a0()
 2015-02-28 19:52 UTC  (7+ messages)

[PATCH v13 0/2] crypto: AF_ALG: add AEAD support
 2015-02-28 19:50 UTC  (3+ messages)
` [PATCH v13 1/2] "
` [PATCH v13 2/2] crypto: AF_ALG: enable AEAD interface compilation

[PATCH] rtc: abx805 depends on i2c
 2015-02-28 19:48 UTC 

[PATCH 0/7] Drivers: hv: Collection fixes and enhancements
 2015-02-28 19:39 UTC  (8+ messages)
` [PATCH 1/7] Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex
  ` [PATCH 2/7] Drivers: hv: hv_balloon: report offline pages as being used
  ` [PATCH 3/7] Drivers: hv: hv_balloon: refuse to balloon below the floor
  ` [PATCH 4/7] Drivers: hv: vmbus: Add support for VMBus panic notifier handler
  ` [PATCH 5/7] Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel
  ` [PATCH 6/7] Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control
  ` [PATCH 7/7] Drivers: hv: vmbus: Suport an API to send packet "

[PATCH v2 2/2] hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver
 2015-02-28 19:31 UTC  (4+ messages)

[PATCH V2 0/6] Drivers: hv: vmbus: Cleanup channel rescind handling
 2015-02-28 19:18 UTC  (5+ messages)
` [PATCH V2 1/6] Drivers: hv: vmbus: Properly handle child device remove
  ` [PATCH V2 2/6] Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
  ` [PATCH V2 5/6] Drivers: hv: util: On device remove, close the channel after de-initializing the service
  ` [PATCH V2 6/6] Drivers: hv: vmbus: Get rid of some unnecessary messages

page:  |  | latest

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).