linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-22 16:00:07 to 2014-07-22 20:36:19 UTC [more...]

[RFC 0/2] prctl: set-mm -- Rework interface
 2014-07-22 20:36 UTC  (11+ messages)
` [RFC 2/2] prctl: PR_SET_MM -- Introduce PR_SET_MM_MAP operation

[PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc
 2014-07-22 20:34 UTC  (2+ messages)

[PATCH v4 0/5] random,x86,kvm: Rework arch RNG seeds and get some from kvm
 2014-07-22 13:59 UTC  (3+ messages)
` [PATCH v4 2/5] random: Add and use arch_get_rng_seed

[PATCH v2] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets
 2014-07-22 20:29 UTC  (2+ messages)

[RFC PATCH 0/5] futex: introduce an optimistic spinning futex
 2014-07-22 20:25 UTC  (29+ messages)
` [RFC PATCH 1/5] futex: add new exclusive lock & unlock command codes
` [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK

[PATCH] PCI: Add device specific (non)reset for AMD GPUs
 2014-07-22 20:23 UTC  (3+ messages)

[PATCH 0/5] gpio: a few cleanup patches
 2014-07-22 20:17 UTC  (3+ messages)
` [PATCH 3/5] gpio: make gpiochip_get_desc() gpiolib-private

[PATCH] staging: cxt1e1: Fix static symbol sparse warnings for global vars in linux.c
 2014-07-22 20:17 UTC  (2+ messages)

[PATCH v5 0/3] arm64: Add seccomp support
 2014-07-22 20:16 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: ptrace: reload a syscall number after ptrace operations

[PATCH 2/2] libata: Fix NULL pointer of scsi_host in ata_port
 2014-07-22 20:11 UTC  (4+ messages)

[PATCH 0/5] staging: vt6655: fix sparse issues
 2014-07-22 20:08 UTC  (6+ messages)
` [PATCH 1/5] staging: vt6655: change type of PortOffset to void __iomem *
` [PATCH 2/5] staging: vt6655:fix warning for unexported non-static functions
` [PATCH 3/5] staging: vt6655: statify some variables
` [PATCH 4/5] staging: vt6655: remove unused functions
` [PATCH 5/5] staging: vt6655: Fix unused function warning

[PATCH] staging: lustre: Fix sparse warnings
 2014-07-22 20:10 UTC 

[PATCH v8 00/11] ARM: brcmstb: Add Broadcom STB SoC support
 2014-07-22 20:02 UTC  (4+ messages)
` [PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

[PATCH v2 0/7] arm: dts: oma3-gta04: Various updates
 2014-07-22 19:59 UTC  (11+ messages)
` [PATCH v2 1/7] arm: dts: omap3-gta04: Add nand support
` [PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model
` [PATCH v2 3/7] arm: dts: omap3-gta04: Add wifi reset node
` [PATCH v2 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2
` [PATCH v2 5/7] arm: dts: omap3-gta04: Add USB host support
` [PATCH v2 6/7] arm: dts: omap3-gta04: Add display alias
` [PATCH v2 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

[PATCH v8 00/22] Support ext4 on NV-DIMMs
 2014-07-22 19:48 UTC  (23+ messages)
` [PATCH v8 01/22] Fix XIP fault vs truncate race
` [PATCH v8 02/22] Allow page fault handlers to perform the COW
` [PATCH v8 03/22] axonram: Fix bug in direct_access
` [PATCH v8 04/22] Change direct_access calling convention
` [PATCH v8 05/22] Add vm_replace_mixed()
` [PATCH v8 06/22] Introduce IS_DAX(inode)
` [PATCH v8 07/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v8 08/22] Replace XIP read and write with DAX I/O
` [PATCH v8 09/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v8 10/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v8 11/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v8 12/22] Replace XIP documentation with DAX documentation
` [PATCH v8 13/22] Remove get_xip_mem
` [PATCH v8 14/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v8 15/22] ext2: Remove ext2_use_xip
` [PATCH v8 16/22] ext2: Remove xip.c and xip.h
` [PATCH v8 17/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v8 18/22] ext2: Remove ext2_aops_xip
` [PATCH v8 19/22] Get rid of most mentions of XIP in ext2
` [PATCH v8 20/22] xip: Add xip_zero_page_range
` [PATCH v8 21/22] ext4: Add DAX functionality
` [PATCH v8 22/22] brd: Rename XIP to DAX

[PATCH] agp: remove read/write stubs
 2014-07-22 19:50 UTC  (5+ messages)

PANIC: ata_qc_new_init crashes at boot
 2014-07-22 19:48 UTC  (2+ messages)

checkpatch.pl false positive
 2014-07-22 19:46 UTC  (2+ messages)

[PATCH 0/8] xtensa: highmem support on cores with aliasing cache
 2014-07-22 19:46 UTC  (11+ messages)
` [PATCH 1/8] xtensa: make fixmap region addressing grow with index
` [PATCH 2/8] xtensa: allow fixmap and kmap span more than one page table
` [PATCH 3/8] xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
` [PATCH 4/8] xtensa: implement clear_user_highpage and copy_user_highpage
` [PATCH 5/8] xtensa: support aliasing cache in k[un]map_atomic
` [PATCH 6/8] mm/highmem: make kmap cache coloring aware
` [PATCH 7/8] xtensa: support aliasing cache in kmap
` [PATCH 8/8] xtensa: support highmem in aliasing cache flushing code

[BUG?] 3.16-rc6 ... at drivers/gpu/drm/i915/intel_pm.c:5997 intel_display_power_put+0x12d/0x160()
 2014-07-22 19:44 UTC 

[PATCH 0/7] firmware validation
 2014-07-22 19:39 UTC  (5+ messages)
` [PATCH 3/7] security: introduce kernel_fw_from_file hook

[RFC] sched_clock: Track monotonic raw clock
 2014-07-22 19:39 UTC  (17+ messages)

[PATCH v3 0/8] Two-phase seccomp and x86 tracing changes
 2014-07-22 19:37 UTC  (2+ messages)

[PATCH] edac: Remove fixmes in e7xxx_edac.c
 2014-07-22 19:33 UTC  (11+ messages)

[RFC] 3.16-rc6 -- fs/direct-io.c:1011 from and to uninitialized
 2014-07-22 19:23 UTC  (5+ messages)

[PATCH 2/2] mxc_nand: use our own read_page function
 2014-07-22 19:23 UTC  (5+ messages)
` [PATH v2] "

[PATCH 00/52] perf tools: More preparation for call graph from Intel BTS
 2014-07-22 19:22 UTC  (5+ messages)
` [PATCH 13/52] perf tools: Add perf_pmu__scan_file()
` [PATCH 17/52] perf evlist: Add perf_evlist__set_tracking_event()

[PATCH] PNPACPI: check return value of pnpacpi_parse_allocated_resource() and pnpacpi_parse_resource_option_data()
 2014-07-22 19:13 UTC 

[PATCH 00/17] Convert TTM to the new fence interface
 2014-07-22 19:14 UTC  (25+ messages)
` [PATCH 09/17] drm/radeon: use common fence implementation for fences
            ` [Nouveau] "

[RFC][PATCH 0/3] ftrace: Add dynamically allocated trampolines
 2014-07-22 19:02 UTC  (3+ messages)

[PATCH v6 0/5] Add Keystone PCIe controller driver
 2014-07-22 19:00 UTC  (11+ messages)
` [PATCH v6 4/5] PCI: add PCI controller for keystone PCIe h/w

[PATCH 1/2] resource: Add device-managed request/release_resource()
 2014-07-22 19:01 UTC  (2+ messages)

[PATCHv9 0/4] Common Mailbox Framework
 2014-07-22 18:57 UTC  (5+ messages)
` [PATCHv9 1/4] mailbox: rename pl320-ipc specific mailbox.h
` [PATCHv9 2/4] mailbox: Introduce framework for mailbox
` [PATCHv9 3/4] doc: add documentation for mailbox framework
` [PATCHv9 4/4] dt: mailbox: add generic bindings

[Re-send PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW
 2014-07-22 18:53 UTC  (8+ messages)

[PATCH] sched: make update_sd_pick_busiest return true on a busier sd
 2014-07-22 18:45 UTC 

[PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3
 2014-07-22 18:42 UTC  (10+ messages)

[PATCH v3] x86,cpu-hotplug: assign same CPU number to readded CPU
 2014-07-22 18:33 UTC  (3+ messages)

(no subject)
 2014-07-07 20:53 UTC 

No information on valleyview
 2014-07-22 18:36 UTC 

[PATCH v2] iio: exynos-adc: add experimental touchscreen support
 2014-07-22 18:33 UTC  (3+ messages)

[PATCH] pinctrl: dra: dt-bindings: Fix pull enable/disable
 2014-07-22 18:31 UTC  (3+ messages)

[PATCH] rbd: Use kmem_cache_free
 2014-07-22 18:32 UTC  (2+ messages)

[PATCH v3 0/2] security: introduce kernel_fw_from_file hook
 2014-07-22 18:29 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] firmware_class: perform new LSM checks

[PATCH] drbd: Remove fix me statements
 2014-07-22 18:19 UTC 

[PATCH] powerpc/perf/hv-24x7: Use kmem_cache_free
 2014-07-22 18:10 UTC 

[PATCH] staging: gdm724x: Use NLMSG_HDRLEN
 2014-07-22 18:12 UTC 

[PATCHv4 0/5] DMA Atomic pool for arm64
 2014-07-22 18:06 UTC  (7+ messages)
` [PATCHv4 3/5] common: dma-mapping: Introduce common remapping functions
` [PATCHv4 5/5] arm64: Add atomic pool for non-coherent and CMA allocations

[PATCH v2 1/5] i2c: Don't start transfers when suspended
 2014-07-22 18:46 UTC  (2+ messages)

pull request: bluetooth-next 2014-07-21
 2014-07-22 17:51 UTC  (2+ messages)

[l2-mtd:master 25/29] drivers/mtd/nand/nand_timings.c:45:29: sparse: constant 250000000000 is so big it is long
 2014-07-22 17:59 UTC 

Von Dr. Michael Johnson
 2014-07-22 16:13 UTC 

Fix me in netx-regs.h
 2014-07-22 17:46 UTC  (3+ messages)

drbd_worker.c: Remove lines
 2014-07-22 17:43 UTC  (3+ messages)

decompress.c : Add cache support
 2014-07-22 17:41 UTC  (3+ messages)

[PATCH v2 0/2] security: introduce kernel_fw_from_file hook
 2014-07-22 17:39 UTC  (4+ messages)
` [PATCH v2 2/2] firmware_class: perform new LSM checks

[PATCH] tty/tty_io.c: make a check before reuse cdev
 2014-07-22 17:38 UTC  (5+ messages)

[PATCH 0/4] Introduce device assignment flag operation helper function
 2014-07-22 17:34 UTC  (6+ messages)
` [PATCH 1/4] PCI: introduce helper functions for device flag operation
` [PATCH 2/4] KVM: use pci device flag operation helper functions
` [PATCH 3/4] xen-pciback: use pci device flag operation helper function
` [PATCH 4/4] PCI: use device flag operation helper function in iov.c

[PATCH 0/8] Tegra124 EMC (external memory controller) support
 2014-07-22 17:34 UTC  (10+ messages)
` [PATCH 5/8] of: Add Tegra124 EMC bindings
` [PATCH 8/8] clk: tegra: Add EMC clock driver

[PATCH RESEND v2] bus: ARM CCN PMU driver
 2014-07-22 17:32 UTC 

[PATCH 0/6] clock support for Tegra132
 2014-07-22 17:18 UTC  (7+ messages)
` [PATCH 1/6] clk: tegra: don't abort clk init on error
` [PATCH 2/6] clk: tegra: make tegra_clocks_apply_init_table arch_initcall
` [PATCH 4/6] clk: tegra: add nvidia,tegra132-ccplex-clk binding

[PATCH v2 0/4] virtio-rng: contribute to early randomness requests
 2014-07-22 17:08 UTC  (3+ messages)
` [PATCH v2 3/4] virtio: rng: delay hwrng_register() till driver is ready

Scheduler regression from caffcdd8d27ba78730d5540396ce72ad022aff2c
 2014-07-22 17:05 UTC  (12+ messages)

[PATCH v4] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-07-22 17:02 UTC  (5+ messages)

[PATCH] x86_32, entry: store badsys error code in %eax
 2014-07-22 17:01 UTC  (2+ messages)
` [tip:x86/urgent] x86_32, entry: Store "

[PATCH v5 0/3] APEI: Make APEI architecture independent
 2014-07-22 16:57 UTC  (3+ messages)
` [PATCH v5 2/3] acpi, apei, ghes: Make NMI error notification to be GHES architecture extension

[PATCH 0/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists
 2014-07-22 16:50 UTC  (6+ messages)
` [PATCH 1/2] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() varients
` [PATCH 2/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists

vmwgfx: remove identical branches
 2014-07-22 16:49 UTC 

VFS tree for 3.17?
 2014-07-22 16:47 UTC  (3+ messages)

[PATCH 1/2] ARM: multi_v7_defconfig: Enable ST's (S)ATA driver
 2014-07-22 16:40 UTC  (6+ messages)
` [PATCH 2/2] ARM: multi_v7_defconfig: Enable MiPHY365x - ST's Generic (SATA & PCIe) PHY

[PATCH 0/6] net/macb: add HW features to macb driver
 2014-07-22 16:39 UTC  (5+ messages)
` [PATCH 4/6] net/macb: add RX checksum offload feature

[PATCH] x86: Allow kernel_map_pages_in_pgd() to work when NX is disabled
 2014-07-22 16:35 UTC  (2+ messages)

[PATCH v2] bus: ARM CCN PMU driver
 2014-07-22 16:30 UTC  (5+ messages)

[PATCH] CAPABILITIES: remove undefined caps from all processes
 2014-07-22 16:25 UTC  (3+ messages)

[PATCH v7 00/10] Intel MPX support
 2014-07-22 16:18 UTC  (3+ messages)
` [PATCH v7 03/10] x86, mpx: add macro cpu_has_mpx

[PATCH v3 0/7] perf, x86: large PEBS interrupt threshold
 2014-07-22 16:16 UTC  (3+ messages)
` [PATCH v3 5/9] "

[PATCH v3 00/10] Add SDHCI support for ST Microelectronics SoCs
 2014-07-22 16:15 UTC  (6+ messages)
` [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture
    ` [STLinux Kernel] "

[PATCH 1/1] dmaengine: pl330: Check if the DMA descriptor is NULL
 2014-07-22 16:09 UTC  (2+ messages)

[PATCH 0/4] acerhdf/thermal: adding new models and appropriate governor
 2014-07-22 16:09 UTC  (7+ messages)
` [PATCH v4 0/6] acerhdf/thermal: adding new models, appropriate governor and minor clean up
  ` [PATCH v4 3/6] thermal: Added Bang-bang thermal governor


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