All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-29 13:01:12 to 2016-04-29 13:32:23 UTC [more...]

[PATCH 00/11] nilfs2 updates
 2016-04-29 13:15 UTC  (7+ messages)
  ` [PATCH 01/11] nilfs2: fix white space issue in nilfs_mount()
  ` [PATCH 05/11] MAINTAINERS: add web link for nilfs project
  ` [PATCH 06/11] nilfs2: clarify permission to replicate the design
  ` [PATCH 08/11] nilfs2: move cleanup code of metadata file from inode routines
  ` [PATCH 09/11] nilfs2: replace __attribute__((packed)) with __packed
  ` [PATCH 10/11] nilfs2: add missing line spacing

linux-next: build warning after merge of the akpm-current tree
 2016-04-29 13:32 UTC  (2+ messages)

[PATCH v3 0/2] Add support for the Bosch BMA220 accelerometer
 2016-04-29 13:32 UTC  (3+ messages)
` [PATCH v3 1/2] iio: accel: Add support for Bosch BMA220
` [PATCH v3 2/2] iio: accel: Add triggered buffer support for BMA220

[Buildroot] [PATCH v2 2/3] aufs: new kernel extension
 2016-04-29 13:31 UTC 

[Buildroot] [PATCH v2 1/3] aufs: new package
 2016-04-29 13:31 UTC 

pvops xen_blkfront does not enforce device names
 2016-04-29 13:31 UTC  (4+ messages)

[Bug 117301] New: Could not insert kvm_intel on dual Xeon X5355
 2016-04-29 13:30 UTC  (2+ messages)
` [Bug 117301] "

[PATCH v2 01/13] staging/android: remove redundant comments on sync_merge_data
 2016-04-29 13:30 UTC  (2+ messages)

Major improvements to the ch341 driver v4
 2016-04-29 13:29 UTC  (11+ messages)
` [PATCH v4 05/13] USB: ch341: reinitialize chip on reconfiguration
` [PATCH v4 06/13] USB: ch341: add support for parity, frame length, stop bits
` [PATCH v4 07/13] USB: ch341: add debug output for chip version
` [PATCH v4 08/13] USB: ch341: add support for RTS/CTS flow control
` [PATCH v4 09/13] USB: ch341: fix coding style

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-04-29 13:28 UTC  (7+ messages)
  ` [RFC PATCH 07/24] v4l: of: Call CSI2 bus csi2, not csi
  ` [RFC PATCH 09/24] v4l: Add CSI1 and CCP2 bus type to enum v4l2_mbus_type
  ` [RFC PATCH 11/24] dt: bindings: v4l: Add bus-type video interface property

[PATCH v3 01/70] IB/qib: Use cache inhibitted and guarded mapping on powerpc
 2016-04-29 13:26 UTC  (70+ messages)
` [PATCH v3 02/70] powerpc/mm: Always use STRICT_MM_TYPECHECKS
` [PATCH v3 03/70] powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
` [PATCH v3 04/70] powerpc/mm: Add pte_xchg() helper
` [PATCH v3 05/70] powerpc/mm: Use big endian Linux page tables for book3s 64
` [PATCH v3 06/70] powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
` [PATCH v3 07/70] powerpc/mm: Use _PAGE_READ to indicate Read access
` [PATCH v3 08/70] powerpc/mm/subpage: Clear RWX bit to indicate no access
` [PATCH v3 09/70] powerpc/mm: Convert pte_user() to static inline
` [PATCH v3 10/70] powerpc/mm: Use pte_user() instead of open coding
` [PATCH v3 11/70] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
` [PATCH v3 12/70] powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
` [PATCH v3 13/70] powerpc/mm: Update _PAGE_KERNEL_RO
` [PATCH v3 14/70] powerpc/mm: Use a helper for finding pte bits mapping I/O area
` [PATCH v3 15/70] powerpc/mm: Drop WIMG in favour of new constants
` [PATCH v3 16/70] powerpc/mm: Use generic version of pmdp_clear_flush_young()
` [PATCH v3 17/70] powerpc/mm: Use generic version of ptep_clear_flush_young()
` [PATCH v3 18/70] powerpc/mm: Move radix/hash common data structures to book3s64 headers
` [PATCH v3 19/70] powerpc/mm/radix: Add partition table format & callback
` [PATCH v3 20/70] powerpc/mm/hash: Add support for Power9 Hash
` [PATCH v3 21/70] powerpc/mm: Move hash and no hash code to separate files
` [PATCH v3 22/70] powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
` [PATCH v3 23/70] powerpc/mm: Handle _PTE_NONE_MASK
` [PATCH v3 24/70] powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
` [PATCH v3 25/70] powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
` [PATCH v3 26/70] powerpc/mm: Make page table size a variable
` [PATCH v3 27/70] powerpc/mm: Move page table index and and vaddr to pgtable.h
` [PATCH v3 28/70] powerpc/mm: Move pte related functions together
` [PATCH v3 29/70] powerpc/mm/radix: Add radix pte #defines
` [PATCH v3 30/70] powerpc/mm/radix: Add dummy radix_enabled()
` [PATCH v3 31/70] powerpc/mm: Add radix callbacks to pte accessors
` [PATCH v3 32/70] powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
` [PATCH v3 33/70] powerpc/mm/radix: Add radix callback for pmd accessors
` [PATCH v3 34/70] powerpc/mm: Abstract early MMU init in preparation for radix
` [PATCH v3 35/70] powerpc/mm/radix: Add radix callbacks for early init routines
` [PATCH v3 36/70] powerpc/mm: Abstraction for vmemmap and map_kernel_page()
` [PATCH v3 37/70] powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
` [PATCH v3 38/70] powerpc/mm: Abstraction for switch_mmu_context()
` [PATCH v3 39/70] powerpc/mm/radix: Add mmu context handling callback for radix
` [PATCH v3 40/70] powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
` [PATCH v3 41/70] powerpc/mm: Hash abstraction for tlbflush routines
` [PATCH v3 42/70] powerpc/mm/radix: Add "
` [PATCH v3 43/70] powerpc/mm/radix: Add MMU_FTR_RADIX
` [PATCH v3 44/70] powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
` [PATCH v3 45/70] powerpc/mm/radix: Isolate hash table function from pseries guest code
` [PATCH v3 46/70] powerpc/mm/radix: Add checks in slice code to catch radix usage
` [PATCH v3 47/70] powerpc/mm/radix: Limit paca allocation in radix
` [PATCH v3 48/70] powerpc/mm/radix: Pick the address layout for radix config
` [PATCH v3 49/70] powerpc/mm/radix: Update PTCR on secondary CPUs
` [PATCH v3 50/70] powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
` [PATCH v3 51/70] powerpc/mm: Copy pgalloc (part 2)
` [PATCH v3 52/70] powerpc/mm: Revert changes made to nohash pgalloc-64.h
` [PATCH v3 53/70] powerpc/mm: Simplify the code dropping 4-level table #ifdef
` [PATCH v3 54/70] powerpc/mm: Rename function to indicate we are allocating fragments
` [PATCH v3 55/70] powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
` [PATCH v3 56/70] powerpc/mm: Add radix pgalloc details
` [PATCH v3 57/70] powerpc/mm: Update pte filter for radix
` [PATCH v3 58/70] powerpc/mm: vmalloc abstraction in preparation "
` [PATCH v3 59/70] powerpc/radix: Update MMU cache
` [PATCH v3 60/70] powerpc/mm: pte_frag abstraction
` [PATCH v3 61/70] powerpc/mm: Fix vma_mmu_pagesize() for radix
` [PATCH v3 62/70] powerpc/mm: Add radix support for hugetlb
` [PATCH v3 63/70] powerpc/mm/radix: Make sure swapper pgdir is properly aligned
` [PATCH v3 64/70] powerpc/mm/radix: Add hugetlb support 4K page size
` [PATCH v3 65/70] powerpc/mm: THP is only available on hash64 as of now
` [PATCH v3 66/70] powerpc/mm/thp: Abstraction for THP functions
` [PATCH v3 67/70] powerpc/mm/radix: Add radix THP callbacks
` [PATCH v3 68/70] powerpc/mm/radix: Add THP support for 4K linux page size
` [PATCH v3 69/70] powerpc/mm/radix: Use firmware feature to enable Radix MMU
` [PATCH v3 70/70] powerpc/mm/radix: Document software bits for radix

[PATCH V11 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC
 2016-04-29 13:27 UTC  (5+ messages)
` [PATCH V11 4/6] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024

No source code for static library (compiled with -g -ggdb)
 2016-04-29 13:26 UTC  (4+ messages)

[linux-lvm] LVM feature parity with MD
 2016-04-29 13:26 UTC  (2+ messages)

[PATCH v5 2/2] submodule: pass on http.extraheader config settings
 2016-04-29 13:26 UTC  (11+ messages)

[Qemu-devel] [PATCH v3 00/18] Add qapi-to-JSON and clone visitors
 2016-04-29 13:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/18] qapi: Factor out JSON number formatting
` [Qemu-devel] [PATCH v3 05/18] qapi: Use qstring_append_chr() where appropriate

[PATCH 1/2] drm/i915/lvds: separate border enable readout from panel fitter
 2016-04-29 13:26 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[nfs-utils PATCH] exportfs: replace one xlog(D_GENERAL) in host_canonname()
 2016-04-29 13:26 UTC 

[nfs-utils PATCH] exportfs: add the debug option
 2016-04-29 13:25 UTC 

support for fixed 1.8V eMMC interface
 2016-04-29 13:24 UTC  (3+ messages)

[U-Boot] [RFC PATCH] dm: ensure device names are unique
 2016-04-29 13:24 UTC  (7+ messages)

[PATCH v2 net-next 0/7] net: make TCP preemptible
 2016-04-29 13:23 UTC  (11+ messages)
` [PATCH v2 net-next 1/7] tcp: do not assume TCP code is non preemptible
` [PATCH v2 net-next 2/7] tcp: do not block bh during prequeue processing
` [PATCH v2 net-next 3/7] dccp: do not assume DCCP code is non preemptible
` [PATCH v2 net-next 4/7] udp: prepare for non BH masking at backlog processing
` [PATCH v2 net-next 7/7] tcp: make tcp_sendmsg() aware of socket backlog

[PATCH 0/3] mxs-lradc: Split driver into MFD
 2016-04-29 13:22 UTC  (8+ messages)
` [PATCH 1/3] mfd: mxs-lradc: Add support for mxs-lradc MFD
` [PATCH 2/3] iio: adc: mxs-lradc: Add support for adc driver
` [PATCH 3/3] input: touchscreen: mxs-lradc: Add support for touchscreen

[PATCH] toaster: Tweaks to recipe file downloads
 2016-04-29 13:22 UTC  (2+ messages)

[PATCH] arm64: Support VDSO remapping
 2016-04-29 13:22 UTC  (7+ messages)
` VDSO unmap and remap support for additional architectures

[PATCH v2] serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios
 2016-04-29 13:21 UTC  (3+ messages)

[PATCH] toaster: tweaks to recipe file downloads
 2016-04-29 13:21 UTC 

[PATCH v2 0/2] Add support for the Bosch BMA220 accelerometer
 2016-04-29 13:20 UTC  (4+ messages)
` [PATCH v2 1/2] iio: accel: Add support for Bosch BMA220
` [PATCH v2 2/2] iio: accel: Add triggered buffer support for BMA220

[linux-lvm] is lvmcache really ready?
 2016-04-29 13:20 UTC  (3+ messages)

[PATCH] ASoC: davinci-mcasp: Fix overwriting of ahclkx
 2016-04-29 13:19 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-04-28
 2016-04-29 13:20 UTC  (2+ messages)

2016 Xen hackathon notes - xenstored
 2016-04-29 13:19 UTC  (2+ messages)

[Buildroot] [PATCH buildroot-test] toolchains/config: remove sourcery powerpc toolchains
 2016-04-29 13:19 UTC 

[Buildroot] [PATCH] toolchain-external: remove sourcery powerpc toolchains
 2016-04-29 13:18 UTC 

[RFC PATCH v1 0/3] Remove string operations from xstats
 2016-04-29 13:17 UTC  (3+ messages)
` [RFC PATCH v1 1/3] rte: change xstats to use integer keys

[Qemu-devel] [PATCH for-2.6] acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian host
 2016-04-29 13:16 UTC  (2+ messages)

[Bug 95203] Tonga GST/OMX/VCE encode broken since mesa: st/omx: Fix resource leak on OMX_ErrorNone
 2016-04-29 13:16 UTC  (2+ messages)

[linux-lvm] about the lying nature of thin
 2016-04-29 13:16 UTC  (4+ messages)

[PATCH v4 0/5] Add XOR engine support to Armada 3700 SoC (ARM64)
 2016-04-29 13:15 UTC  (3+ messages)
` [PATCH v4 5/5] arm64: dts: marvell: add XOR node for Armada 3700 SoC

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-29 13:13 UTC  (7+ messages)
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

[RFC 0/4] Include resources in tests
 2016-04-29 13:11 UTC  (5+ messages)
` [RFC 1/4] app/test: introduce resources for tests
` [RFC 2/4] app/test: support resources externally linked
` [RFC 3/4] app/test: add functions to create files from resources
` [RFC 4/4] app/test: support resources archived by tar

[PATCH] spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:11 UTC  (2+ messages)

[PATCH] x86/shadow: account for ioreq server pages before complaining about not found mapping
 2016-04-29 13:12 UTC  (2+ messages)

[PATCH] spi: davinci: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:10 UTC 

[PATCH v4] http: support sending custom HTTP headers
 2016-04-29 13:10 UTC  (7+ messages)
` [PATCH v5 0/2] Add support for sending additional "
  ` [PATCH v5 2/2] submodule: pass on http.extraheader config settings

[PATCH v4 0/3] crypto: caam - add support for RSA algorithm
 2016-04-29 13:10 UTC  (4+ messages)
` [PATCH v4 1/3] crypto: scatterwak - Add scatterwalk_sg_copychunks
` [PATCH v4 2/3] crypto: scatterwalk - export scatterwalk_pagedone
` [PATCH v4 3/3] crypto: caam - add support for RSA algorithm

[PATCH 0/2][v2] Cancel builds when cli is interrupted
 2016-04-29 13:10 UTC  (3+ messages)
` [PATCH 1/2] buildinfohelper: add method to set current build as CANCELLED
` [PATCH 2/2] toasterui: capture keyboard interrupts the same way as knotty

[Qemu-devel] [PATCH v16 00/24] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-04-29 13:09 UTC  (8+ messages)
` [Qemu-devel] [PATCH v16 11/24] qmp-input: Refactor when list is advanced

[Qemu-devel] [PATCH] configure: Check if struct fsxattr is available from linux header
 2016-04-29 13:07 UTC 

[Qemu-devel] [engineering.redhat.com #398672] [QEMU-SECURITY] Out-of-bands write in uart_write()
 2016-04-29 13:08 UTC 

Add Support for Sierra MC73xx
 2016-04-29 13:08 UTC 

[ovmf test] 93204: regressions - FAIL
 2016-04-29 13:08 UTC 

[RFC][PATCH 0/6] Enhanced file stat system call
 2016-04-29 12:58 UTC  (2+ messages)
` [PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use

[PATCH i-g-t 1/2] autotools: Check target requires to a have the list of tests built
 2016-04-29 13:11 UTC  (2+ messages)
` [PATCH i-g-t 2/2] autotools, assembler: Fix check target for tests in assembler

[PATCH v3] iio: accel: Add support for Freescale MMA7660FC
 2016-04-29 13:08 UTC  (2+ messages)

[PATCH] mmc: omap: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:06 UTC  (2+ messages)

[PATCH] ath9k: Fix symbol overlap window for half/quarter channels
 2016-04-29 13:06 UTC  (2+ messages)
` [ath9k-devel] "

[PATCH] Add LED driven by multiple gpio
 2016-04-29 13:07 UTC  (5+ messages)

[PATCH] mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:06 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: replace ds with ps where possible
 2016-04-29 13:06 UTC  (2+ messages)

[PATCH] media: omap3isp: Use dma_request_chan() to requesting DMA channel
 2016-04-29 13:04 UTC  (2+ messages)

[PATCH v2 00/11] serial: sh-sci: Hardware Flow Control Updates
 2016-04-29 12:58 UTC  (6+ messages)
` [PATCH v2 02/11] serial: sh-sci: Update DT binding documentation for dedicated RTS/CTS
` [PATCH v2 03/11] serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback
` [PATCH v2 06/11] serial: sh-sci: Add more Serial Port Register documentation
` [PATCH v2 09/11] serial: sh-sci: Add pin initialization for SCIFA/SCIFB
` [PATCH v2 11/11] serial: sh-sci: Add DT support for dedicated RTS/CTS

[PATCH] crypto: omap-sham: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:03 UTC  (2+ messages)

[PATCH] crypto: omap-des: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:02 UTC  (2+ messages)

[alsa-devel] [PATCH 0/7] ASoC: Mediatek: Add support for MT2701 SOC
 2016-04-29 13:00 UTC  (8+ messages)
` [alsa-devel] [PATCH 1/7] ASoC: mediatek: Refine mt8173 driver and change config option
` [alsa-devel] [PATCH 2/7] ASoC: mediatek: add documents for mt2701
` [alsa-devel] [PATCH 3/7] ASoC: mediatek: add clock and irq control for 2701 platform driver
` [alsa-devel] [PATCH 4/7] ASoC: mediatek: add mt2701 platform driver implementation
` [alsa-devel] [PATCH 5/7] ASoC: bt-sco: extend rate and add a general compatible string
` [alsa-devel] [PATCH 6/7] ASoC: mediatek: add BT implementation
` [alsa-devel] [PATCH 7/7] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[RFC PATCH] irqchip/gic-v3-its: Allocate ITS tables from corresponding node memory
 2016-04-29 13:02 UTC  (2+ messages)

[PATCH] crypto: omap-aes: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:02 UTC  (2+ messages)

[PATCH 0/4] ACPI / osi: Fix several issues in _OSI handling
 2016-04-29 13:01 UTC  (7+ messages)
` [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.