public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-14 12:15:24 to 2016-04-14 14:41:36 UTC [more...]

[PATCH 00/19] Radix tree cleanups
 2016-04-14 14:37 UTC  (14+ messages)
` [PATCH 01/19] drivers/hwspinlock: Use correct radix tree API
` [PATCH 03/19] radix-tree: Split node->path into offset and height
` [PATCH 05/19] radix-tree: Remove a use of root->height from delete_node
` [PATCH 07/19] radix-tree: Remove root->height
` [PATCH 11/19] radix-tree: Rename radix_tree_is_indirect_ptr()
` [PATCH 12/19] radix-tree: Change naming conventions in radix_tree_shrink
` [PATCH 13/19] radix-tree: Tidy up next_chunk
` [PATCH 14/19] radix-tree: Tidy up range_tag_if_tagged
` [PATCH 15/19] radix-tree: Tidy up __radix_tree_create()
` [PATCH 16/19] radix-tree: Introduce radix_tree_replace_clear_tags()
` [PATCH 17/19] radix-tree: Make radix_tree_descend() more useful
` [PATCH 18/19] dax: move RADIX_DAX_ definitions to dax.c
` [PATCH 19/19] radix-tree: Free up the bottom bit of exceptional entries for reuse

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel
 2016-04-14 14:40 UTC  (4+ messages)

[PATCH] i2c: designware-platdrv: implement bus recovery
 2016-04-14 14:39 UTC  (3+ messages)

[PATCH 0/4] Additional iProc GPIO support
 2016-04-14 14:38 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: Update iProc GPIO bindings

[PATCH] Bluetooth: purge unhandled skbs
 2016-04-14 14:36 UTC  (3+ messages)

[PATCH v8 0/3] Add initial support for RPM clocks
 2016-04-14 14:34 UTC  (4+ messages)
` [PATCH v8 1/3] clk: qcom: Add support for SMD-RPM Clocks
` [PATCH v8 2/3] clk: qcom: Add support for RPM Clocks
` [PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock

[PATCH] include/drm: Reword debug categories comment
 2016-04-14 14:34 UTC 

[PATCH] Add EDAC peripheral init functions & Ethernet EDAC
 2016-04-14 14:35 UTC  (2+ messages)

[PATCH] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14 14:34 UTC  (3+ messages)

[PATCH 0/5] Live patching for powerpc
 2016-04-14 14:34 UTC  (17+ messages)
` [PATCH 2/5] livepatch: Allow architectures to specify an alternate ftrace location
` [PATCH 3/5] powerpc/livepatch: Add livepatch header
  ` Live patching for powerpc

[PATCH] drm/vmwgfx: use *_32_bits() macros
 2016-04-14 14:34 UTC  (3+ messages)

[PATCH v3 0/3] Add ANX7814 I2C bridge driver
 2016-04-14 14:32 UTC  (7+ messages)
` [PATCH v3 3/3] drm: bridge: anx78xx: Add anx78xx driver support

[PATCH 0/6] ARM/ARM64: Drop arm_pm_restart
 2016-04-14 14:31 UTC  (9+ messages)
` [PATCH 3/6] ARM: PSCI: Register with kernel restart handler

[PATCH v2 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 14:31 UTC  (27+ messages)
` [PATCH v2 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH v2 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values
` [PATCH v2 03/17] kvm arm: Move fake PGD handling to arch specific files
` [PATCH v2 04/17] arm64: Introduce pmd_thp_or_huge
` [PATCH v2 05/17] kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
` [PATCH v2 06/17] kvm-arm: Remove kvm_pud_huge()
` [PATCH v2 07/17] kvm-arm: arm32: Introduce stage2 page table helpers
` [PATCH v2 08/17] kvm-arm: arm: Introduce hyp page table empty checks
` [PATCH v2 09/17] kvm-arm: arm64: Introduce stage2 page table helpers
` [PATCH v2 10/17] kvm-arm: arm64: Introduce hyp page table empty checks
` [PATCH v2 11/17] kvm-arm: Use explicit stage2 helper routines
` [PATCH v2 12/17] kvm-arm: Add explicit hyp page table modifiers
` [PATCH v2 13/17] kvm-arm: Add stage2 "
` [PATCH v2 14/17] kvm-arm: Cleanup kvm_* wrappers
` [PATCH v2 15/17] kvm: arm64: Get rid of fake page table levels
` [PATCH v2 16/17] kvm-arm: Cleanup stage2 pgd handling
` [PATCH v2 17/17] arm64: kvm: Add support for 16K pages

[PATCH] cyclictest: avoid using libnuma cpumask parsing functions
 2016-04-14 14:30 UTC  (2+ messages)

[PATCH v2 00/29] Radix tree multiorder fixes
 2016-04-14 14:16 UTC  (30+ messages)
` [PATCH v2 01/29] radix-tree: Introduce radix_tree_empty
` [PATCH v2 02/29] radix tree test suite: Fix build
` [PATCH v2 03/29] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH v2 04/29] radix tree test suite: Allow testing other fan-out values
` [PATCH v2 05/29] radix tree test suite: keep regression test runs short
` [PATCH v2 06/29] radix tree test suite: rebuild when headers change
` [PATCH v2 07/29] radix-tree: remove unused looping macros
` [PATCH v2 08/29] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH v2 09/29] radix-tree: Add missing sibling entry functionality
` [PATCH v2 10/29] radix-tree: Fix sibling entry insertion
` [PATCH v2 11/29] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH v2 12/29] radix-tree: Remove restriction on multi-order entries
` [PATCH v2 13/29] radix-tree: Introduce radix_tree_load_root()
` [PATCH v2 14/29] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH v2 15/29] radix tree test suite: Start adding multiorder tests
` [PATCH v2 16/29] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH v2 17/29] radix-tree: Rewrite __radix_tree_lookup
` [PATCH v2 18/29] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH v2 19/29] radix-tree: add support for multi-order iterating
` [PATCH v2 20/29] radix tree test suite: multi-order iteration test
` [PATCH v2 21/29] radix-tree: Rewrite radix_tree_tag_set
` [PATCH v2 22/29] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH v2 23/29] radix-tree: Rewrite radix_tree_tag_get
` [PATCH v2 24/29] radix-tree test suite: add multi-order tag test
` [PATCH v2 25/29] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH v2 26/29] radix-tree: Rewrite radix_tree_locate_item
` [PATCH v2 27/29] radix-tree: Fix radix_tree_range_tag_if_tagged() for multiorder entries
` [PATCH v2 28/29] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH v2 29/29] radix-tree: Add copyright statements

[PATCH v14 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-04-14 14:28 UTC  (3+ messages)
` [PATCH v14 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH 4.4 000/210] 4.4.7-stable review
 2016-04-14  3:06 UTC  (5+ messages)
  ` [PATCH 4.4 159/210] drm/radeon: disable runtime pm on PX laptops without dGPU power control

[PATCH v2 0/6] perf tools: Use SIGUSR2 control data dumpping
 2016-04-14 14:22 UTC  (7+ messages)
` [PATCH v2 1/6] perf tools: Extrace trigger class from auxtrace_snapshot
` [PATCH v2 2/6] perf record: Split output into multiple files via '--switch-output'
` [PATCH v2 3/6] perf record: Force enable --timestamp-filename when --switch-output is provided
` [PATCH v2 4/6] perf record: Disable buildid cache options by default in switch output mode
` [PATCH v2 5/6] perf record: Re-synthesize tracking events after output switching
` [PATCH v2 6/6] perf record: Generate tracking events for process forked by perf

[RFC PATCH] sched/cputime: drop local_irq_safe() in vtime_init_idle()
 2016-04-14 14:23 UTC  (5+ messages)

[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-04-14 14:20 UTC  (5+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v7 4/4] vfs: Use per-cpu list for superblock's inode list

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
 2016-04-14 14:17 UTC  (2+ messages)

[PATCH v2 0/4] ACPI based PCI host driver with generic ECAM
 2016-04-14 14:15 UTC  (4+ messages)
` [PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API

[PATCH 0/5] Add st-flashss vsense regulator driver
 2016-04-14 14:15 UTC  (6+ messages)
` [PATCH 2/5] regulator: st-flashss: Add a regulator driver for flashss vsense

[PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code
 2016-04-14 14:14 UTC  (3+ messages)

[GIT PULL] x86 fixes
 2016-04-14 14:13 UTC 

[GIT PULL] mm/pkeys update
 2016-04-14 14:12 UTC 

[PATCH v4 0/8] block: prepare for multipage bvecs
 2016-04-14 14:11 UTC  (2+ messages)

INFO: inconsistent lock state in ecryptfs_calculate_md5
 2016-04-14 14:03 UTC 

[Patch V2 0/2] Cleanup on IOMMU
 2016-04-14 13:59 UTC  (3+ messages)
` [Patch V2 1/2] iommu: remove the iommu_callback_data

[PATCH v2 0/2] efi: Delete global 'memmap' variable
 2016-04-14 13:53 UTC  (5+ messages)
` [PATCH v2 1/2] efi: Iterate over efi.memmap in for_each_efi_memory_desc
` [PATCH v2 2/2] efi: Remove global 'memmap'

4.6.0-rc3 UBSAN: atomic.h:156:2,Apr 14 15:40:24 n22kvm-clone kernel: signed integer overflow:
 2016-04-14 13:51 UTC  (2+ messages)

[PATCH] mm/vmalloc: Keep a separate lazy-free list
 2016-04-14 13:49 UTC  (3+ messages)

[PATCH] x86/irq: Probe for PIC presence before allocating descs for legacy IRQs
 2016-04-14 13:45 UTC  (16+ messages)
` Xen regression, Was: "

[RFC PATCH v1.9 00/14] livepatch: hybrid consistency model
 2016-04-14 13:39 UTC  (6+ messages)
` [RFC PATCH v1.9 14/14] livepatch: update task universe when exiting kernel

[PATCH v8 2/4] perf config: Let show_config() work with perf_config_set
 2016-04-14 13:37 UTC  (2+ messages)
` [tip:perf/core] perf config: Make show_config() use perf_config_set

[PATCH v8 1/4] perf config: Introduce perf_config_set class
 2016-04-14 13:37 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 04/10] perf record: Add '--timestamp-filename' option to append timestamp to output filename
 2016-04-14 13:36 UTC  (2+ messages)
` [tip:perf/core] perf record: Add '--timestamp-filename' option to append timestamp to output file name

[PATCH 03/10] perf record: Turns auxtrace_snapshot_enable into 3 states
 2016-04-14 13:36 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 02/10] perf tools: Add perf_data_file__switch() helper
 2016-04-14 13:36 UTC  (2+ messages)
` [tip:perf/core] perf data: "

[PATCH] asm-generic/futex: Properly re-enable preemption in futex_atomic_cmpxchg_inatomic()
 2016-04-14 13:36 UTC 

[PATCH 01/10] perf tools: Make ordered_events reusable
 2016-04-14 13:35 UTC  (3+ messages)
` [tip:perf/core] perf ordered_events: Introduce reinit()
` [tip:perf/core] perf session: Make ordered_events reusable

[tip:perf/core] perf trace: Move eventfd beautifiers to trace/beauty/ directory
 2016-04-14 13:34 UTC 

[tip:perf/core] perf trace: Move mmap beautifiers to trace/beauty/ directory
 2016-04-14 13:34 UTC 

[tip:perf/core] perf trace: Add getrandom beautifier related defines for older systems
 2016-04-14 13:34 UTC 

[tip:perf/core] perf trace: Add seccomp beautifier related defines for older systems
 2016-04-14 13:33 UTC 

[GIT PULL 00/11] perf/core improvements and fixes
 2016-04-14 13:32 UTC  (13+ messages)
` [PATCH 01/11] perf trace: Add seccomp beautifier related defines for older systems
` [PATCH 02/11] perf trace: Add getrandom "
` [PATCH 03/11] perf trace: Move mmap beautifiers to trace/beauty/ directory
` [PATCH 04/11] perf trace: Move eventfd "
` [PATCH 05/11] perf ordered_events: Introduce reinit()
` [PATCH 06/11] perf session: Make ordered_events reusable
` [PATCH 07/11] perf data: Add perf_data_file__switch() helper
` [PATCH 08/11] perf record: Turns auxtrace_snapshot_enable into 3 states
` [PATCH 09/11] perf record: Add '--timestamp-filename' option to append timestamp to output file name
` [PATCH 10/11] perf config: Introduce perf_config_set class
` [PATCH 11/11] perf config: Make show_config() use perf_config_set

[PATCH] thermal: fix Mediatek thermal controller build
 2016-04-14 13:15 UTC 

[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
 2016-04-14 13:13 UTC  (15+ messages)

[PATCH v2] ARM: arm64: dts: Add expansion bus to VExpress and Juno
 2016-04-14 13:07 UTC  (2+ messages)

[PATCH v4 0/3] mmc: pwrseq: convert to proper driver
 2016-04-14 13:02 UTC  (4+ messages)
` [PATCH v4 1/3] mmc: pwrseq_simple: add to_pwrseq_simple() macro
` [PATCH v4 2/3] mmc: pwrseq_emmc: add to_pwrseq_emmc() macro
` [PATCH v4 3/3] mmc: pwrseq: convert to proper platform device

[PATCH 0/4] i2c: designware: runtime pm fix and improve
 2016-04-14 12:53 UTC  (5+ messages)
` [PATCH 1/4] i2c: designware-platdrv: Fix runtime PM initialization
` [PATCH 2/4] i2c: designware-platdrv: fix unbalanced clk enable and prepare
` [PATCH 3/4] i2c: designware-pcidrv: enable RuntimePM before registering to the core
` [PATCH 4/4] i2c: designware: remove runtime suspend prevention during registration

linux-next: build failure after merge of the tip tree
 2016-04-14 12:55 UTC  (3+ messages)

[PATCH 2/2] arm64: vhe: Verify CPU Exception Levels
 2016-04-14 12:54 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 0/4] Optimize sched avg computation and implement flat util hierarchy
 2016-04-14 12:52 UTC  (6+ messages)
` [PATCH 2/4] sched/fair: Drop out incomplete current period when sched averages accrue

[PATCH V2 0/5] gpio: of: Add error handling and support for multiple gpio in gpio-hog
 2016-04-14 12:52 UTC  (5+ messages)
` [PATCH V2 3/5] gpio: of: Return error if gpio hog configuration failed

[alsa-devel] [RFC PATCH v2 0/5] ASoC: Mediatek: Add support for MT2701 SOC
 2016-04-14 12:44 UTC  (7+ messages)
` [alsa-devel] [RFC PATCH v2 1/5] ASoC: Mediatek: Refine mt8173 driver
` [alsa-devel] [RFC PATCH v2 2/5] ASoC: mediatek: add documents for mt2701
` [alsa-devel] [RFC PATCH v2 3/5] ASoC: mediatek: add clock and irq control for 2701 platform driver
` [alsa-devel] [RFC PATCH v2 5/5] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[PATCH v2] procfs: expose umask in /proc/<PID>/status
 2016-04-14 12:41 UTC  (4+ messages)

[PATCH v3 00/16] da8xx USB clocks
 2016-04-14 12:38 UTC  (5+ messages)
` [PATCH v3 09/16] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

[PATCH] fujitsu-laptop: Support radio LED
 2016-04-14 12:39 UTC  (4+ messages)

[PATCH v2] iov_iter: Fix out-of-bound access in iov_iter_advance()
 2016-04-14 12:37 UTC  (7+ messages)

[PATCH v1 0/3] nvmem: core: fix regmap accessor usage
 2016-04-14 12:35 UTC  (4+ messages)
` [PATCH v1 3/3] "

[PATCH v2 00/11] da8xx USB clocks
 2016-04-14 12:32 UTC  (5+ messages)
` [PATCH v2 06/11] phy: da8xx-usb: new driver for DA8XX SoC USB PHY

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-04-14 12:32 UTC  (2+ messages)

[PATCH] pm80xx: Remove bogus address masking in pm8001_ioremap()
 2016-04-14 12:22 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: enable Denali NAND controller
 2016-04-14 12:22 UTC  (2+ messages)

[PATCH] sched/deadline: Fix a bug in dl_overflow()
 2016-04-14 12:19 UTC 

[RFC][PATCH v8 0/4] Infrastructure code for perf-config
 2016-04-14 12:19 UTC  (3+ messages)
` [PATCH v8 3/4] perf config: Prepare all default configs

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 12:18 UTC  (7+ messages)
` [PATCH 15/17] kvm: arm64: Get rid of fake page table levels


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