All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-14 05:23:22 to 2015-06-14 09:28:16 UTC [more...]

[RFC v2 00/24] Re-use nvram module
 2015-06-14  7:46 UTC  (13+ messages)
` [RFC v2 01/24] macintosh/nvram: Remove as unused
` [RFC v2 02/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v2 04/24] m68k/atari: Replace nvram_{read,write}_byte with arch_nvram_ops
` [RFC v2 06/24] char/nvram: Adopt arch_nvram_ops
` [RFC v2 13/24] powerpc: Cleanup nvram includes
` [RFC v2 14/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v2 15/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v2 16/24] powerpc: Implement nvram sync ioctl
` [RFC v2 17/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_wri
  ` [RFC v2 17/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v2 22/24] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v2 23/24] m68k/mac: Fix PRAM accessors

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2015-06-14  9:28 UTC 

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2015-06-14  9:27 UTC 

[Buildroot] [PATCH 1/4] package/kodi: Move all kodi packages to subdirectories of package/kodi/
 2015-06-14  9:22 UTC  (5+ messages)
` [Buildroot] [PATCH 2/4] package/kodi: Move all kodi packages to subdirectories of package/kodi/, part II
` [Buildroot] [PATCH 3/4] package/kodi/kodi: Fix egl/gles compilation with mesa3d and disabled X.org
` [Buildroot] [PATCH 4/4] package/kodi/kodi: Remove hyperflous option --disable-dvdcss

[PATCH 1/1 linux-next] fs/hfsplus/options.c: use standard option prefix
 2015-06-14  9:21 UTC  (3+ messages)

[PATCH 0/8] tick/nohz: Tick dependency quick check + cleanups
 2015-06-14  9:19 UTC  (4+ messages)
` [PATCH 5/8] nohz: Restart the tick from irq exit

post-receive: pub/scm/devel/sparse/chrisl/sparse
 2015-06-14  9:15 UTC 

Intel HDA & Realtek issues on ASUS G751JM
 2015-06-14  9:11 UTC  (15+ messages)

Possible broken MM code in dell-laptop.c?
 2015-06-14  9:05 UTC 

[PATCH v2 04/10] drm: Add Gamma correction structure
 2015-06-14  9:02 UTC  (3+ messages)

[xen-4.5-testing test] 58450: regressions - FAIL
 2015-06-14  8:58 UTC 

[mm] kernel BUG at mm/slab.c:2571!
 2015-06-14  8:56 UTC  (2+ messages)

[PATCH] x86: General protection fault after STR (32 bit systems only)
 2015-06-14  8:57 UTC  (14+ messages)
                  ` [PATCH] x86: Load __USER_DS into DS/ES after resume
                      ` [PATCH v2] "

[sched/preempt] BUG: KASan: out of bounds access in trace_graph_entry at addr ffff88000d717e48
 2015-06-14  8:55 UTC  (2+ messages)

[PATCH 00/15] ipset patches for nf-next
 2015-06-14  8:56 UTC  (16+ messages)
` [PATCH 01/15] netfilter: ipset: Use MSEC_PER_SEC consistently
` [PATCH 02/15] netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
` [PATCH 03/15] netfilter: ipset: Check extensions attributes before getting extensions
` [PATCH 04/15] netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
` [PATCH 05/15] netfilter: ipset: Make sure we always return line number on batch
` [PATCH 06/15] netfilter: ipset: Check CIDR value only when attribute is given
` [PATCH 07/15] netfilter: ipset: Fix cidr handling for hash:*net* types
` [PATCH 08/15] netfilter: ipset: Fix parallel resizing and listing of the same set
` [PATCH 09/15] netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed
` [PATCH 10/15] netfilter:ipset Remove rbtree from hash:net,iface
` [PATCH 11/15] netfilter: ipset: Prepare the ipset core to use RCU at set level
` [PATCH 12/15] netfilter: ipset: Introduce RCU locking in bitmap:* types
` [PATCH 13/15] netfilter: ipset: Introduce RCU locking in hash:* types
` [PATCH 14/15] netfilter: ipset: Introduce RCU locking in list type
` [PATCH 15/15] netfilter: ipset: Fix coding styles reported by checkpatch.pl

[RFC] ARM: exynos: MCPM: [is this a] fix for secondary boot on 5422?
 2015-06-14  8:56 UTC  (3+ messages)

[Xenomai] RTDM-native mainlining - status?
 2015-06-14  8:55 UTC  (8+ messages)

[sched] WARNING: CPU: 0 PID: 11 at kernel/sched/core.c:1188 do_set_cpus_allowed()
 2015-06-14  8:52 UTC  (2+ messages)

[RFC] Add DMA RX support for sunxi nand
 2015-06-14  8:51 UTC  (2+ messages)

[PATCH v3 00/19] Make git-pull a builtin
 2015-06-14  8:42 UTC  (20+ messages)
` [PATCH v3 01/19] parse-options-cb: implement parse_opt_passthru()
` [PATCH v3 02/19] parse-options-cb: implement parse_opt_passthru_argv()
` [PATCH v3 03/19] argv-array: implement argv_array_pushv()
` [PATCH v3 04/19] pull: implement skeletal builtin pull
` [PATCH v3 05/19] pull: implement fetch + merge
` [PATCH v3 06/19] pull: pass verbosity, --progress flags to fetch and merge
` [PATCH v3 07/19] pull: pass git-merge's options to git-merge
` [PATCH v3 08/19] pull: pass git-fetch's options to git-fetch
` [PATCH v3 09/19] pull: error on no merge candidates
` [PATCH v3 10/19] pull: support pull.ff config
` [PATCH v3 11/19] pull: check if in unresolved merge state
` [PATCH v3 12/19] pull: fast-forward working tree if head is updated
` [PATCH v3 13/19] pull: implement pulling into an unborn branch
` [PATCH v3 14/19] pull: set reflog message
` [PATCH v3 15/19] pull: teach git pull about --rebase
` [PATCH v3 16/19] pull: configure --rebase via branch.<name>.rebase or pull.rebase
` [PATCH v3 17/19] pull --rebase: exit early when the working directory is dirty
` [PATCH v3 18/19] pull --rebase: error on no merge candidate cases
` [PATCH v3 19/19] pull: remove redirection to git-pull.sh

[PATCH net-next] Increase limit of macvtap queues
 2015-06-14  8:42 UTC  (2+ messages)

[PATCH 1/5] x86/asm/entry/32: Fix fallout from r9 trick removal in SYSCALL code
 2015-06-14  8:40 UTC  (3+ messages)
` [PATCH 4/5] x86/asm/entry/32: Replace RESTORE_RSI_RDI[_RDX] with open-coded 32-bit reads

[kbd] kbd plans
 2015-06-14  8:40 UTC  (2+ messages)

[PATCH v2 00/11] add options to for-each-ref
 2015-06-14  8:32 UTC  (10+ messages)
` [PATCH v2 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v2 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v2 09/11] parse-options.h: add macros for '--contains' option

[PATCH] mips/ad1843: convert time to jiffies HZ independent
 2015-06-14  8:20 UTC 

[PATCHv2 00/30] perf stat: Introduce --per-task option
 2015-06-14  8:19 UTC  (31+ messages)
` [PATCH 01/30] perf tools: Introduce xyarray__reset function
` [PATCH 02/30] perf tools: Add thread_map__(alloc|realloc) helpers
` [PATCH 03/30] perf tools: Change thread_map::map into struct
` [PATCH 04/30] perf tools: Add comm string into struct thread_map
` [PATCH 05/30] perf tests: Add thread_map object tests
` [PATCH 06/30] perf tools: Add reference counting for cpu_map object
` [PATCH 07/30] perf tools: Add reference counting for thread_map object
` [PATCH 08/30] perf tools: Propagate cpu maps through the evlist
` [PATCH 09/30] perf tools: Propagate thread "
` [PATCH 10/30] perf tools: Make perf_evsel__(nr_)cpus generic
` [PATCH 11/30] perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object
` [PATCH 12/30] perf stat: Introduce perf_counts__(alloc|free|reset) functions
` [PATCH 13/30] perf stat: Introduce perf_counts function
` [PATCH 14/30] perf stat: Use xyarray for cpu evsel counts
` [PATCH 15/30] perf stat: Make stats work over the thread dimension
` [PATCH 16/30] perf stat: Rename struct perf_counts::cpu member to values
` [PATCH 17/30] perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object
` [PATCH 18/30] perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts "
` [PATCH 19/30] perf stat: Move perf_evlist__(alloc|free)_stats into evlist object
` [PATCH 20/30] perf stat: Introduce perf_evsel__alloc_stats function
` [PATCH 21/30] perf stat: Introduce perf_evsel__read function
` [PATCH 22/30] perf stat: Introduce read_counters function
` [PATCH 23/30] perf stat: Separate counters reading and processing
` [PATCH 24/30] perf stat: Move zero_per_pkg into counter process code
` [PATCH 25/30] perf stat: Move perf_stat initialization "
` [PATCH 26/30] perf stat: Remove perf_evsel__read_cb function
` [PATCH 27/30] perf stat: Rename print_interval to process_interval
` [PATCH 28/30] perf stat: Using init_stats instead of memset
` [PATCH 29/30] perf stat: Introduce print_counters function
` [PATCH 30/30] perf stat: Introduce --per-task option

[PATCH 00/12, v2] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-14  8:26 UTC  (11+ messages)
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code
` why do we need vmalloc_sync_all?

[PATCH v8 0/11] Create ref-filter from for-each-ref
 2015-06-14  8:24 UTC  (3+ messages)

Build regressions/improvements in v4.1-rc7
 2015-06-14  8:22 UTC  (2+ messages)

[PATCH] net: fec: Ensure clocks are enabled while using mdio bus
 2015-06-14  8:07 UTC  (2+ messages)

Looking for feedback and help with a git-mirror for local usage
 2015-06-14  8:17 UTC  (3+ messages)
` Need some help on patching buildin-files // was: "

[RFC PATCH 00/12] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-14  8:13 UTC  (7+ messages)
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method

[rtc-linux] [PATCH v4 0/6] SA1100/PXA RTC clean-up
 2015-06-14  8:11 UTC  (11+ messages)
`  "
  ` [rtc-linux] "

kernel crashes with btrfs and busy database IO - how to debug?
 2015-06-14  7:58 UTC  (7+ messages)

lockup when C1E and high-resolution timers enabled
 2015-06-14  7:54 UTC  (3+ messages)

[PATCH wpan-misc] website: update with wpan-ping info
 2015-06-14  7:49 UTC  (2+ messages)
` [PATCH wpan-misc] website: update with wpan-ping info\

[nightly] Core TISDK 2015.06 build 2015-06-13_22-00-51
 2015-06-14  7:49 UTC 

[PATCH v2 00/19] Make git-pull a builtin
 2015-06-14  7:44 UTC  (7+ messages)
` [PATCH v2 11/19] pull: check if in unresolved merge state

[PATCH RFC V2] coccinelle: flag constants being passed for jiffies
 2015-06-14  7:44 UTC  (9+ messages)
  ` [Cocci] "

[PATCH v2 0/6] UHS-I support for sh_mobile_sdhi
 2015-06-14  7:36 UTC  (7+ messages)

[rumpuserxen test] 58525: regressions - FAIL
 2015-06-14  7:15 UTC 

[PATCH 1/1] usb: gadget: udc: fix free_irq() after request_irq() failed
 2015-06-14  7:09 UTC 

[patch] drm/amdkfd: fix some range checks in address watch ioctl
 2015-06-14  7:02 UTC  (3+ messages)

[RFC PATCH net-next 0/4] switchdev: avoid duplicate packet forwarding
 2015-06-14  7:02 UTC  (7+ messages)
` [RFC PATCH net-next 1/4] net: don't reforward packets already forwarded by offload device
` [RFC PATCH net-next 2/4] switchdev: add fwd_mark generator helper
` [RFC PATCH net-next 3/4] rocker: add fwd_mark support

post-receive: pub/scm/linux/kernel/git/tip/tip
 2015-06-14  6:56 UTC 

Mail delivery failed: returning message to sender
 2015-06-14  6:52 UTC 

post-receive: pub/scm/linux/kernel/git/wfg/lkp-tests
 2015-06-14  6:51 UTC 

2 speakers are assigned to the same DAC, this can't support 4.0/2.1 channles
 2015-06-14  6:48 UTC  (3+ messages)

[seabios test] 58442: tolerable FAIL - PUSHED
 2015-06-14  6:42 UTC 

v3.18.15 build: 0 failures 33 warnings (v3.18.15)
 2015-06-14  6:41 UTC 

[char-misc-next 00/17] revamp mei bus
 2015-06-14  6:30 UTC  (4+ messages)
` [char-misc-next 02/17] mei: bus: fix drivers and devices names confusion

[Buildroot] [autobuild.buildroot.net] Build results for 2015-06-13
 2015-06-14  6:30 UTC 

[PATCH v3] NET: Add ezchip ethernet driver
 2015-06-14  6:26 UTC  (2+ messages)
` [PATCH v4] "

[BUG ?] staging: rtl8723au: condition with no effect
 2015-06-14  6:19 UTC  (3+ messages)

How to Debug Xen Hypervisor
 2015-06-14  6:14 UTC 

[meta-oe][PATCH 0/3][dizzy] several backports for iot-devkit compatibility
 2015-06-14  6:05 UTC  (2+ messages)

barebox config file
 2015-06-14  6:02 UTC 

[PATCH v3] drm/i915 : Added Programming of the MOCS
 2015-06-14  5:57 UTC  (2+ messages)

[PATCH 0/2][dizzy] python-nose and python-contextlib backports to dizzy
 2015-06-14  5:56 UTC  (5+ messages)
` [PATCH 1/2][dizzy] python-contextlib: backport "
` [PATCH 2/2][dizzy] python-nose: backport it "

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] bd2aed0a6eb6d28481ff0f1c300db552cd567c88 BUILD SUCCESS
 2015-06-14  5:56 UTC 

[edk2] MMIO regions in GetMemoryMap ()0 (fwd)
 2015-06-14  5:54 UTC 

[PATCH 0/3] Introduce framework for SLIMbus device drivers
 2015-06-14  5:49 UTC  (4+ messages)
` [PATCH 1/3] SLIMbus: Device management on SLIMbus
` [PATCH 2/3] of/slimbus: OF helper for SLIMbus
` [PATCH 3/3] slimbus: Add messaging APIs to slimbus framework

[survey] BTRFS_IOC_DEVICES_READY return status
 2015-06-14  5:48 UTC  (5+ messages)
` [systemd-devel] "

Payment
 2015-06-14  2:00 UTC 

[PATCHSET block/for-4.2/writeback] cgroup, writeback: misc updates for cgroup writeback support
 2015-06-14  5:42 UTC  (5+ messages)
` [PATCH 2/3] vfs, writeback: replace FS_CGROUP_WRITEBACK with MS_CGROUPWB

Payment
 2015-06-14  1:59 UTC 

Payment
 2015-06-14  1:59 UTC 

Payment
 2015-06-14  1:59 UTC 

[PATCH 0/3] Gnutls update 4.2 V2
 2015-06-14  5:37 UTC  (4+ messages)
` [PATCH 1/3] nettle: update package to 3.1.1 version
` [PATCH 2/3] gnutls: update to 3.4.1
` [PATCH 3/3] neon: fix compat issues with gnutls 4.3

[xen-4.3-testing test] 58440: tolerable FAIL - PUSHED
 2015-06-14  5:36 UTC 

v5 Exynos5422 odroidxu3 pwm-fan control using thermal sensors
 2015-06-14  5:35 UTC  (8+ messages)
` [PATCHv5 1/5] ARM: dts: exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board

[RFC][PATCH] selinux: Remove unused permission definitions
 2015-06-14  5:33 UTC  (2+ messages)

Bucket name restrictions in RGW
 2015-06-14  5:30 UTC  (7+ messages)

[PATCH 1/1 linux-next] pnfs/flexfiles: use swap() in ff_layout_sort_mirrors()
 2015-06-14  5:23 UTC  (3+ messages)


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.