All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-27 04:02:26 to 2016-03-27 09:18:40 UTC [more...]

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2016-03-27  9:18 UTC 

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2016-03-27  9:18 UTC 

[Buildroot] [PATCH v2 00/18] Bump ffmpeg to 3.0
 2016-03-27  9:17 UTC  (19+ messages)
` [Buildroot] [PATCH v2 01/18] package/kodi: add support for ffmpeg 3.0
` [Buildroot] [PATCH v2 02/18] package/libdcadec: bump version to v0.2.0
` [Buildroot] [PATCH v2 03/18] package/ortp: bump version to 0.25.0
` [Buildroot] [PATCH v2 04/18] package/mediastreamer: bump version to 2.12.1
` [Buildroot] [PATCH v2 05/18] package/opencv: bump version to 2.4.12.3
` [Buildroot] [PATCH v2 06/18] package/opencv3: bump version to 3.1.0
` [Buildroot] [PATCH v2 07/18] package/squeezelite: fix compilation with ffmpeg >= 2.9
` [Buildroot] [PATCH v2 08/18] package/freerdp: bump version
` [Buildroot] [PATCH v2 09/18] package/vlc: mark as broken due to incompatibility with ffmpeg 3.0
` [Buildroot] [PATCH v2 10/18] package/ffmpeg: bump to version 3.0
` [Buildroot] [PATCH v2 11/18] package/ffmpeg: cosmetic change for the mips fpu option
` [Buildroot] [PATCH v2 12/18] package/ffmpeg: default to --cpu=generic for MIPS architecture
` [Buildroot] [PATCH v2 13/18] package/ffmpeg: Add patch required by Kodi 16.0-Jarvis
` [Buildroot] [PATCH v2 14/18] package/x264: bump version
` [Buildroot] [PATCH v2 15/18] package/x265: bump version to 1.9
` [Buildroot] [PATCH v2 16/18] package/dtv-scan-tables: bump version
` [Buildroot] [PATCH v2 17/18] package/tvheadend: "
` [Buildroot] [PATCH v2 18/18] package/live555: bump version to 2016.03.16

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2016-03-27  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2016-03-27  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2016-03-27  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2016-03-27  9:10 UTC 

altstack causing travis-ci failures
 2016-03-27  4:39 UTC  (3+ messages)

[PATCH 1/2] regulator: core: Always flag voltage constraints as appliable
 2016-03-27  9:08 UTC  (7+ messages)
` [PATCH 2/2] regulator: core: Ensure we are at least in bounds for our constraints

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2016-03-27  9:08 UTC 

[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
 2016-03-27  8:57 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/devicetree/devicetree-rebasing
 2016-03-27  8:54 UTC 

post-receive: pub/scm/linux/kernel/git/devicetree/devicetree-rebasing
 2016-03-27  8:54 UTC 

Again, no space left on device while rebalancing and recipe doesnt work
 2016-03-27  8:41 UTC  (2+ messages)
` Current state of old filesystem (was: Again, no space left on device while rebalancing and recipe doesnt work)

[PATCH v9 1/3] parse-options.c: make OPTION__COUNTUP consider negative values
 2016-03-27  8:40 UTC  (9+ messages)
` [PATCH v10 1/3] parse-options.c: make OPTION__COUNTUP understand "unspecified" values
  ` [PATCH v10 3/3] commit: add a commit.verbose config variable

[dm-crypt] concurrency
 2016-03-27  8:31 UTC  (6+ messages)

[PATCH 0/2] x86/microcode/amd: Do not overwrite specific patch levels
 2016-03-27  8:31 UTC  (3+ messages)

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

[Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop
 2016-03-27  8:23 UTC  (2+ messages)
` [Bug 112781] "

[PATCH 4/5] net: sxgbe: fix error paths in sxgbe_platform_probe()
 2016-03-27  8:22 UTC  (3+ messages)
` [PATCH] "

[PATCH v8 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2016-03-27  8:22 UTC  (3+ messages)
` [PATCH v8 4/4] power: wm831x_power: Support USB charger current limit management

[nightly] Core TISDK (fido/1.8) 2016.03 build 2016-03-26_23-00-32
 2016-03-27  8:16 UTC 

[PATCH 1/3] sunxi: A20-OLinuXino-LIME2: Fix ldo3/ldo4 in DTS
 2016-03-27  8:08 UTC  (4+ messages)
` [linux-sunxi] "

[PATCH 0/5] Miklos's vfs/nfs/ext4 patches in the ext4.git tree
 2016-03-27  8:06 UTC  (4+ messages)
` [PATCH 5/5] ext4 crypto: use dget_parent() in ext4_d_revalidate()

[Qemu-devel] [PATCH] Change return type of functions that are named *_exit or *_exitfn in hw/ from int to void
 2016-03-27  8:00 UTC  (3+ messages)

[PATCH 01/31] bitops: add parity functions
 2016-03-27  7:51 UTC  (42+ messages)
` [PATCH 02/31] Include generic parity.h in some architectures' bitops.h
` [PATCH 03/31] Add alpha-specific parity functions
` [PATCH 04/31] Add avr32-specific "
` [PATCH 05/31] Add blackfin-specific "
` [PATCH 06/31] Add ia64-specific "
` [PATCH 07/31] Add mips-specific "
` [PATCH 08/31] Add tile-specific "
` [PATCH 09/31] Add powerpc-specific "
` [PATCH 10/31] Add sparc-specific "
` [PATCH 11/31] Add x86-specific "
` [PATCH 12/31] sunrpc: auth_gss: use parity8
` [PATCH 13/31] mips: use parity functions in cerr-sb1.c
` [PATCH 14/31] lib: bch: use parity32
` [PATCH 15/31] media: use parity8 in vivid-vbi-gen.c
` [PATCH 16/31] media: saa7115: use parity functions
` [PATCH 17/31] input: joystick: use parity32 in grip_mp.c
` [PATCH 18/31] input: joystick: use parity64 in sidewinder.c
` [PATCH 19/31] input: serio: use parity16 in ams_delta_serio.c
` [PATCH 20/31] scsi: use parity32 in isci/phy.c
` [PATCH 21/31] mtd: use parity16 in ssfdc.c
` [PATCH 22/31] mtd: use parity functions in inftlcore.c
` [PATCH 23/31] crypto: qat: use parity functions in qat_hal.c
` [PATCH 24/31] mtd: use parity16 in sm_ftl.c
` [PATCH 25/31] ethernet: use parity8 in sun/niu.c
` [PATCH 26/31] input: serio: use parity8 in pcips2.c
` [PATCH 27/31] input: serio: use parity8 in sa1111ps2.c
` [PATCH 28/31] iio: gyro: use parity32 in adxrs450.c
` [PATCH 29/31] serial: use parity32 in max3100.c
` [PATCH 30/31] input: mouse: use parity8 in elantech
` [PATCH 31/31] ethernet: broadcom: use parity8 in tg3.c

[B.A.T.M.A.N.] [PATCH maint v2] batman-adv: Reduce refcnt of removed router when updating route
 2016-03-27  7:51 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix function names on new line starting with '*'
 2016-03-27  7:49 UTC  (2+ messages)

[linux-4.1 test] 87465: regressions - FAIL
 2016-03-27  7:46 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API
 2016-03-27  7:45 UTC  (4+ messages)

Warnings for invalid VDD (sdhci-s3c)
 2016-03-27  7:41 UTC  (9+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: tcpdump - add OGM2 and ELP parsing support
 2016-03-27  7:40 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2] "

[RFC/GSOC] Git Beginner | Warnings for potentially destructive commands
 2016-03-27  7:36 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2016-03-27  7:34 UTC 

[Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed support for DEPTH != 32 in the template headers and in the file that include them
 2016-03-27  7:33 UTC  (5+ messages)

[PATCH -next 0/5] netlink: remove mmapped netlink support
 2016-03-27  7:32 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2016-03-27  7:31 UTC 

[PATCH] branch: update all per-worktree HEADs when renaming a branch
 2016-03-27  7:29 UTC  (4+ messages)
` [PATCH v2 0/5] branch: fix branch operations with multiple working trees

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2016-03-27  7:22 UTC 

[PATCH 0/2] gitk: Two improvements to the branch context menu
 2016-03-27  7:21 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2a 3/3] gitk: Include commit title in branch dialog

[Buildroot] [PATCH 01/18] package/kodi: add support for ffmpeg 3.0
 2016-03-27  7:21 UTC  (5+ messages)
` [Buildroot] [PATCH 05/18] package/opencv: bump version to 2.4.12.3
` [Buildroot] [PATCH 06/18] package/opencv3: bump version to 3.1.0

[PATCH 0/4] ALSA: firewire: some trivial fixes
 2016-03-27  7:09 UTC  (5+ messages)
` [PATCH 1/4] ALSA: bebob: remove needless argument from local function
` [PATCH 2/4] ALSA: oxfw: remove needless member from private structure
` [PATCH 3/4] ALSA: fireworks: move model quirk detection code to information parser
` [PATCH 4/4] ALSA: firewire-tascam: add Kconfig entry for TASCAM FW-1804

[B.A.T.M.A.N.] [PATCH] batman-adv: Deactive TO_BE_ACTIVATED hardif on shutdown
 2016-03-27  7:08 UTC  (2+ messages)

[ath9k-devel] Beacon reception events at WiFi Client
 2016-03-27  6:46 UTC  (2+ messages)

[PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables
 2016-03-27  6:42 UTC  (2+ messages)

Re:¸´£ºProces denture tools
 2016-03-27  6:06 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-03-26
 2016-03-27  6:30 UTC 

futex: clarification needed with drop_futex_key_refs and memory barriers
 2016-03-27  6:25 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: replace ethertype variable with ETH_P_BATMAN for readability
 2016-03-27  6:25 UTC  (3+ messages)

[PATCH] drm/i915: Force ringbuffers to not be at offset 0
 2016-03-27  6:08 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

linux-next: build failure in Linus' tree
 2016-03-27  6:06 UTC 

Hang in cm_destroy_id
 2016-03-27  5:53 UTC  (2+ messages)

[PATCH 00/12] ARM: dts: Add dragonboard-600c support
 2016-03-27  5:50 UTC  (4+ messages)
` [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

[PATCH] drivers : Remove unnecessary void pointer conversions
 2016-03-27  5:49 UTC  (2+ messages)

Build error in 3.18.y-stable-queue (s390)
 2016-03-27  5:41 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2016-03-27  5:40 UTC 

[ovmf test] 87525: regressions - FAIL
 2016-03-27  5:29 UTC 

[PATCH 00/21] replacement for dt/refs-backend-lmdb v7 patch 04/33
 2016-03-27  5:22 UTC  (3+ messages)

CIFS hang
 2016-03-27  5:11 UTC  (2+ messages)

[kernel-hardening] [RFC v1 00/17] seccomp-object: From attack surface reduction to sandboxing
 2016-03-27  5:03 UTC  (4+ messages)
` [kernel-hardening] "

csum errors in VirtualBox VDI files
 2016-03-27  4:57 UTC  (11+ messages)

test suite for ath9k_htc
 2016-03-27  4:56 UTC 

[PATCH] xfs: mute some sparse warnings
 2016-03-27  4:28 UTC  (2+ messages)
` [PATCH v2] "

RAID-1 refuses to balance large drive
 2016-03-27  4:23 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-stable
 2016-03-27  4:20 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2016-03-27  4:19 UTC 


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.