All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-27 07:19:38 to 2016-03-27 12:09:55 UTC [more...]

[PATCH] Staging: vt6655: defined some arrays as const arrays since they are not changed anywhere in code
 2016-03-27 12:09 UTC 

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

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

SFRN 4.0.1 Reiser4-enabled netboot iso/USB
 2016-03-27 12:01 UTC 

Linux OS killed fio process because fio invoked oom_killer
 2016-03-27 12:00 UTC  (14+ messages)

configuring ansible apt-repository for i386
 2016-03-27 11:33 UTC  (2+ messages)

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

Can You Partner With Me
 2016-03-27 11:44 UTC 

我的信息在:
 2016-03-26 19:28 UTC 

[PATCH 1/2] perf, tools: Document event specifications better
 2016-03-27 11:37 UTC  (2+ messages)

Attach my own pid
 2016-03-27 11:31 UTC  (9+ messages)

[PATCH libmlx5] Add support for legacy context size
 2016-03-27 11:30 UTC 

Add top down metrics to perf stat
 2016-03-27 11:27 UTC  (2+ messages)

[PATCH 1/4] perf, tools: Add support for skipping itrace instructions
 2016-03-27 11:26 UTC  (5+ messages)
` [PATCH 2/4] perf, tools: Add probing for udev86
` [PATCH 3/4] perf, tools, script: Add support for printing assembler

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor
 2016-03-27 11:15 UTC 

[PATCH 1/1] perf tools: Fix build break on powerpc
 2016-03-27 11:19 UTC  (2+ messages)

[pull] drm/msm: fixes for 4.6-rc1
 2016-03-27 11:18 UTC 

[PATCH] perf config: Tidy up the code setting buildid dir
 2016-03-27 11:16 UTC  (2+ messages)

[U-Boot] a few questions about u-boot POST tests
 2016-03-27 11:00 UTC 

[PATCH] i40e: Fix a typo in fdir
 2016-03-27 10:58 UTC 

Business Proposal
 2016-03-27 10:41 UTC 

Raid 0 setup doubt
 2016-03-27 10:35 UTC 

[PATCH] IB/cm: Fix a recently introduced locking bug
 2016-03-27 10:30 UTC  (2+ messages)

linux-next: Tree for Mar 27
 2016-03-27 10:28 UTC 

[PATCH] ravb: fix software timestamping
 2016-03-27 10:22 UTC 

[Bug 115321] New: radeon runpm falsely disabled on Clevo P170EM
 2016-03-27 10:17 UTC 

[PATCH 01/65] powerpc/mm: Use big endian page table for book3s 64
 2016-03-27 10:11 UTC  (68+ 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

[iptables PATCH] configure: exit if libnftnl is not found
 2016-03-27 10:05 UTC 

drivers/infiniband/hw/i40iw/i40iw_cm.c:2206:52: warning: 'arpindex' may be used uninitialized in this function
 2016-03-27  9:58 UTC 

scrub: Tree block spanning stripes, ignored
 2016-03-27  9:56 UTC  (3+ messages)

[PATCH v10 0/8] ethdev: 100G and link speed API refactoring
 2016-03-27  9:53 UTC  (4+ messages)
` [PATCH v11 "

[xen-unstable-coverity test] 87590: trouble: broken
 2016-03-27  9:53 UTC 

[Qemu-devel] [PATCH] target-tilegx: Support dumping working flow instructions and registers
 2016-03-27  9:56 UTC  (3+ messages)

linux-next: build failure after merge of the nvdimm tree
 2016-03-27  9:50 UTC 

[qemu-mainline test] 87526: regressions - FAIL
 2016-03-27  9:48 UTC 

[PATCH 0/4] ARM64: marvell: improve support for Armada 7K/8K
 2016-03-27  9:40 UTC  (5+ messages)
` [PATCH 1/4] arm64: marvell: enable AP806 and CP110 syscon driver
` [PATCH 2/4] arm64: dts: marvell: use new clock binding on Armada AP806
` [PATCH 3/4] arm64: dts: marvell: initial DT description of Armada 7K/8K CP110 master
` [PATCH 4/4] arm64: dts: marvell: enable one PCIe interface on Armada 7040-DB

[Qemu-devel] [PATCH] linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
 2016-03-27  9:44 UTC  (2+ messages)

[U-Boot] [PATCH] tools: env: bug: config structs must be defined in tools library
 2016-03-27  9:40 UTC  (2+ messages)

[U-Boot] ENV library broken with setenv/printenv argument structs
 2016-03-27  9:33 UTC  (3+ messages)

[PATCH 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
 2016-03-27  9:30 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pci: add DT binding "
` [PATCH 2/2] pci: host: new driver "

[PATCH v4 0/5] clk: mvebu: clock drivers for Marvell Armada 7K/8K
 2016-03-27  9:26 UTC  (13+ messages)
` [PATCH v4 1/5] clk: unconditionally recurse into clk/mvebu/
` [PATCH v4 2/5] dt-bindings: arm: add DT binding for Marvell AP806 system controller
  ` [PATCH v4 3/5] clk: mvebu: new driver for Armada "
` [PATCH v4 4/5] dt-bindings: arm: add DT binding for Marvell CP110 "
` [PATCH v4 5/5] clk: mvebu: new driver for Armada "

Fw: new important message
 2016-03-27  9:15 UTC 

[PATCH] m68k/defconfig: Update defconfigs for v4.6-rc1
 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

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

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)

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

[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  (17+ messages)
` [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)

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

[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

[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


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.