All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-17 10:08:56 to 2015-10-17 13:32:05 UTC [more...]

post-receive: pub/scm/linux/kernel/git/pablo/nf-next
 2015-10-17 13:32 UTC 

[U-Boot] [PATCH v5 2/5] spi: cadence_qspi: Ensure spi_calibration is run when sclk change
 2015-10-17 13:31 UTC 

[PATCH 00/35] Netfilter/IPVS updates for net-next
 2015-10-17 13:38 UTC  (38+ messages)
` [PATCH 01/35] ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTL
` [PATCH 02/35] netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
` [PATCH 03/35] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
` [PATCH 04/35] netfilter: nfnetlink_queue: use y2038 safe timestamp
` [PATCH 05/35] netfilter: remove dead code
` [PATCH 06/35] netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
` [PATCH 07/35] netfilter: Kconfig rename QUEUE_CT to GLUE_CT
` [PATCH 08/35] netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct
` [PATCH 09/35] netfilter: nfnetlink_log: allow to attach conntrack
` [PATCH 10/35] ipvs: Remove possibly unused variable from ip_vs_out
` [PATCH 11/35] ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}
` [PATCH 12/35] netfilter: xt_CT: don't put back reference to timeout policy object
` [PATCH 13/35] netfilter: conntrack: fix crash on timeout object removal
` [PATCH 14/35] nfnetlink_cttimeout: add rcu_barrier() on module removal
` [PATCH 15/35] netfilter: bridge: avoid unused label warning
` [PATCH 16/35] netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flag
` [PATCH 17/35] netfilter: nfqueue: don't use prev pointer
` [PATCH 18/35] netfilter: ip6_tables: label placement
` [PATCH 19/35] netfilter: ip6_tables: function definition layout
` [PATCH 20/35] netfilter: ipv6: code indentation
` [PATCH 21/35] netfilter: ipv6: whitespace around operators
` [PATCH 22/35] netfilter: ip6_tables: ternary operator layout
` [PATCH 23/35] netfilter: ip6_tables: improve if statements
` [PATCH 24/35] netfilter: ipv6: pointer cast layout
` [PATCH 25/35] netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()
` [PATCH 26/35] netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicity
` [PATCH 27/35] netfilter: remove hook owner refcounting
` [PATCH 28/35] netfilter: make nf_queue_entry_get_refs return void
` [PATCH 29/35] netfilter: nf_queue: remove rcu_read_lock calls
` [PATCH 30/35] netfilter: turn NF_HOOK into an inline function
` [PATCH 31/35] netfilter: ipv4: label placement
` [PATCH 32/35] netfilter: ipv4: ternary operator layout
` [PATCH 33/35] netfilter: ipv4: function definition layout
` [PATCH 34/35] netfilter: ipv4: code indentation
` [PATCH 35/35] netfilter: ipv4: whitespace around operators

[U-Boot] [PATCH v5 1/5] lib, fdt: Adding fdtdec_get_uint function
 2015-10-17 13:30 UTC 

[PATCH 0/3] mm/powerpc: enabling memory soft dirty tracking
 2015-10-17 13:24 UTC  (14+ messages)
` [PATCH 1/3] mm: clearing pte in clear_soft_dirty()
` [PATCH 2/3] mm: clear_soft_dirty_pmd requires THP
` [PATCH 3/3] powerpc/mm: Add page soft dirty tracking

[lustre-devel] [PATCH 0/4] Remove uses and definition of IS_PO2
 2015-10-17 13:23 UTC  (6+ messages)
` [lustre-devel] [PATCH 2/4] staging: lustre: hash.c: replace IS_PO2 by is_power_of_2

[PATCH V4 00/31] powerpc/mm: Update page table format for book3s 64
 2015-10-17 13:22 UTC  (33+ messages)
` [PATCH V4 01/31] powerpc/mm: move pte headers to book3s directory
` [PATCH V4 02/31] powerpc/mm: move pte headers to book3s directory (part 2)
` [PATCH V4 03/31] powerpc/mm: make a separate copy for book3s
` [PATCH V4 04/31] powerpc/mm: make a separate copy for book3s (part 2)
` [PATCH V4 05/31] powerpc/mm: Move hash specific pte width and other defines to book3s
` [PATCH V4 06/31] powerpc/mm: Delete booke bits from book3s
` [PATCH V4 07/31] powerpc/mm: Don't have generic headers introduce functions touching pte bits
` [PATCH V4 08/31] powerpc/mm: Drop pte-common.h from BOOK3S 64
` [PATCH V4 09/31] powerpc/mm: Don't use pte_val as lvalue
` [PATCH V4 10/31] powerpc/mm: Don't use pmd_val, pud_val and pgd_val "
` [PATCH V4 11/31] powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
` [PATCH V4 12/31] powerpc/mm: Move PTE bits from generic functions to hash64 functions
` [PATCH V4 13/31] powerpc/booke: Move nohash headers (part 1)
` [PATCH V4 14/31] powerpc/booke: Move nohash headers (part 2)
` [PATCH V4 15/31] powerpc/booke: Move nohash headers (part 3)
` [PATCH V4 16/31] powerpc/booke: Move nohash headers (part 4)
` [PATCH V4 17/31] powerpc/booke: Move nohash headers (part 5)
` [PATCH V4 18/31] powerpc/mm: Increase the pte frag size
` [PATCH V4 19/31] powerpc/mm: Convert 4k hash insert to C
` [PATCH V4 20/31] powerpc/mm: update __real_pte to take address as argument
` [PATCH V4 21/31] powerpc/mm: make pte page hash index slot 8 bits
` [PATCH V4 22/31] powerpc/mm: Don't track subpage valid bit in pte_t
` [PATCH V4 23/31] powerpc/mm: Increase the width of #define
` [PATCH V4 24/31] powerpc/mm: Convert __hash_page_64K to C
` [PATCH V4 25/31] powerpc/mm: Convert 4k insert from asm "
` [PATCH V4 26/31] powerpc/mm: Remove the dependency on pte bit position in asm code
` [PATCH V4 27/31] powerpc/mm: Add helper for converting pte bit to hpte bits
` [PATCH V4 28/31] powerpc/mm: Move WIMG update to helper
` [PATCH V4 29/31] powerpc/mm: Move hugetlb related headers
` [PATCH V4 30/31] powerpc/mm: Move THP headers around
` [PATCH V4 31/31] powerpc/mm: Add a _PAGE_PTE bit

[Buildroot] [PATCH] binutils: fix building perf
 2015-10-17 13:15 UTC 

DEAR SIR/MADAM
 2015-10-17 13:13 UTC 

[PATCH] HID: roccat: Deprecating most Roccat sysfs attributes
 2015-10-17 13:10 UTC  (4+ messages)
  ` [PATCH] HID: roccat: Fixed resubmit: "

[Buildroot] [PATCH 0/3] Fix SSP related build failures
 2015-10-17 13:09 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] toolchain: like glibc, musl always provides SSP support
` [Buildroot] [PATCH 2/3] gcc: pass explicit gcc_cv_libc_provides_ssp also to gcc-final
` [Buildroot] [PATCH 3/3] gcc: simplify musl patches for SSP support

[U-Boot] [PATCH v4 5/5] lib, fdt: Adding fdtdec_get_u32 function
 2015-10-17 13:07 UTC  (3+ messages)

[PATCH 2/2] Bluetooth: btintel: Set quirk for non-persistent diagnostic settings
 2015-10-17 13:07 UTC 

[PATCH 1/2] Bluetooth: Add new quirk for non-persistent diagnostic settings
 2015-10-17 13:07 UTC 

[PATCH] Handle access of a target that has been removed
 2015-10-17 12:57 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/5] spi: cadence_qspi: Ensure spi_calibration is run when sclk change
 2015-10-17 12:55 UTC  (4+ messages)

[U-Boot] [PATCH v4 2/5] spi: cadence_qspi: Fix fdt read of spi-max-frequency
 2015-10-17 12:54 UTC  (4+ messages)

submodule: allow submodule directory in gitignore
 2015-10-17 12:46 UTC  (2+ messages)

[net-next 00/17][pull request] Intel Wired LAN Driver Updates 2015-10-16
 2015-10-17 13:01 UTC  (3+ messages)
` [net-next 01/17] i40e: Lock for VSI's MAC filter list

[Buildroot] [PATCH] busybox: fix musl build issues
 2015-10-17 12:42 UTC 

[PATCH] Bluetooth: btusb: Mark BCM2045 devices to have broken link key commands
 2015-10-17 12:39 UTC 

[Buildroot] [PATCH 1/1] package/ffmpeg: Add optional dependencies
 2015-10-17 12:31 UTC 

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-10-17_05-01-41
 2015-10-17 12:29 UTC 

[PATCH net-next 0/4] BPF updates
 2015-10-17 12:28 UTC  (12+ messages)
` [PATCH net-next 3/4] bpf: add support for persistent maps/progs

[Buildroot] [PATCH 1/1] package/wavpack: Fix iconv support
 2015-10-17 12:28 UTC 

[PATCH] libata: add support for NCQ commands for SG interface
 2015-10-17 12:25 UTC  (3+ messages)

[PATCH 1/3] Staging: wilc1000: Remove multiple blank lines
 2015-10-17 12:25 UTC  (3+ messages)
` [PATCH 2/3] Staging: wilc1000: Remove unnecessary else after return
  ` [PATCH 3/3] Staging: wilc1000: Remove unnecessary parentheses

[GIT PULL] l10n updates for 2.6 maint branch
 2015-10-17 12:24 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2015-10-17 12:21 UTC 

[PATCH] ohci-pci: use PCI_DEVICE_SUB()
 2015-10-17 12:17 UTC  (3+ messages)

[U-Boot] [PATCH] arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible
 2015-10-17 12:13 UTC 

Can't bring bluetooth controller up
 2015-10-17 12:12 UTC  (3+ messages)

Need net-next in nf-next for netfilter ipv6 frag patchset
 2015-10-17 12:17 UTC  (3+ messages)

[patch] ALSA: firewire-tascam: off by one in identify_model()
 2015-10-17 12:02 UTC  (5+ messages)

btrfs replace status >100%
 2015-10-17 11:54 UTC 

[U-Boot] [PATCH] nios2: convert dma mapping to use dm cpu data
 2015-10-17 11:52 UTC  (4+ messages)
` [U-Boot] [PATCH v4] nios2: convert dma_alloc_coherent to use malloc_cache_aligned

[U-Boot] [PATCH v3] nios2: convert cache flush to use dm cpu data
 2015-10-17 11:52 UTC  (3+ messages)

[PATCH v4] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-17 11:49 UTC  (4+ messages)

[PATCH net] net: add pfmemalloc check in sk_add_backlog()
 2015-10-17 12:02 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2015-10-17 11:45 UTC 

[Buildroot] rpi: image generation
 2015-10-17 11:45 UTC  (3+ messages)
` [Buildroot] [PATCH 2/4] board/raspberrypi: prepare the image files for the target

[U-Boot] [PATCH] nios2: convert cache flush to use dm cpu data
 2015-10-17 11:44 UTC  (4+ messages)

[PATCH v2 0/2] x86/entry: 32-bit facepalm fixes
 2015-10-17 11:43 UTC  (2+ messages)

[Qemu-devel] [PATCH] eepro100: prevent an infinite loop over same command block
 2015-10-17 11:35 UTC  (6+ messages)

[PATCH] netfilter: fix Kconfig dependencies for nft_dup_ipv{4,6}
 2015-10-17 11:35 UTC  (3+ messages)

[PATCH v2 net-next] RDS: fix rds-ping deadlock over TCP transport
 2015-10-17 11:33 UTC  (2+ messages)

[PATCH] Staging: lustre: lproc_osc: Remove irrelevant check
 2015-10-17 11:33 UTC  (2+ messages)
  ` [Outreachy kernel] "

[Qemu-devel] [PULL 0/3] cocoa queue
 2015-10-17 11:30 UTC  (2+ messages)

[PATCH] staging: ft1000: replace timeval with ktime_t
 2015-10-17 11:29 UTC  (4+ messages)
` [Y2038] [Outreachy kernel] "

[PATCH 1/1] rtc: fix type information of rtc-proc
 2015-10-17 11:22 UTC  (3+ messages)
  ` [rtc-linux] "

[Buildroot] [PATCH v2 1/1] package/ffmpeg: Add support for GnuTLS
 2015-10-17 11:22 UTC 

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing
 2015-10-17 11:17 UTC  (2+ messages)

[PATCH v2 1/2] Staging: sm750fb: Include appropriate KERN_ facility level
 2015-10-17 11:14 UTC  (6+ messages)
` [Outreachy kernel] "

[PATCH v2] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall
 2015-10-17 11:13 UTC  (2+ messages)

[4.1.7-rt8][report] Very high cyclictest latency during glmark2 on i915 gpu
 2015-10-17 10:59 UTC  (4+ messages)

[Buildroot] how can i customize existing package when using the BR2_EXTERNAL mechanism
 2015-10-17 11:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/pablo/nf
 2015-10-17 10:54 UTC 

did libselinux grow a new build dependency? (openssl-devel: openssl.h)
 2015-10-17 10:53 UTC 

[PATCH] crypto: caam - Add support for hashing export and import functions
 2015-10-17 10:52 UTC  (2+ messages)

[PATCH v3] netfilter: ipset: Fix sleeping memory allocation in atomic context
 2015-10-17 10:59 UTC  (3+ messages)

dead link on manual page
 2015-10-17 10:33 UTC 

[RFC conntrackd PATCH] conntrackd: add basic systemd notification support
 2015-10-17 10:57 UTC  (5+ messages)

[RFC PATCH 0/7] perf tools: Config BPF maps through perf cmdline
 2015-10-17 10:48 UTC  (8+ messages)
` [RFC PATCH 1/7] perf tools: Add API to config maps in bpf object
` [RFC PATCH 2/7] perf tools: Add API to apply config to BPF map
` [RFC PATCH 3/7] perf record: Apply config to BPF objects before recording
` [RFC PATCH 4/7] perf tools: Enable BPF object configure syntax
` [RFC PATCH 5/7] perf tools: Support setting different slots in a BPF map separately
` [RFC PATCH 6/7] perf tools: Enable indics setting syntax for BPF maps
` [RFC PATCH 7/7] perf tools: Enable passing event to BPF object

[PATCH 0/3] stripspace: Implement and use --count-lines option
 2015-10-17 10:44 UTC  (6+ messages)
` [PATCH 2/3] stripspace: Implement "

[PATCH v3] staging: rtl8192u: simplify conditional
 2015-10-17 10:39 UTC 

[ANNOUNCE] v4.10.10-rt10
 2015-10-17 10:38 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2015-10-17 10:35 UTC 

[Buildroot] [PATCH 1/1] package/ffmpeg: Add support for GnuTLS
 2015-10-17 10:34 UTC 

[PATCH 1/9] staging: vt6655: device_main Replace uIdx with idx
 2015-10-17 10:33 UTC  (9+ messages)
` [PATCH 2/9] staging: vt6655: device.h remove unused macros
` [PATCH 3/9] staging: vt6655: device.h remove unsed headers
` [PATCH 4/9] staging: vt6655: device.h remove typedef enum
` [PATCH 5/9] staging: vt6655: replace typedef struct __device_opt
` [PATCH 6/9] staging: vt6655: remove static inline alloc_rd_info
` [PATCH 7/9] staging: vt6655: remove static inline alloc_td_info
` [PATCH 8/9] staging: vt6655: rename pOpts and sOpts to opts
` [PATCH 9/9] staging: vt6655: card.c rename pDevice with priv

[qemu-mainline test] 63010: tolerable FAIL - PUSHED
 2015-10-17 10:32 UTC 

[PATCH v2 0/4] stripspace: Implement and use --count-lines option
 2015-10-17 10:31 UTC  (10+ messages)
` [PATCH v2 2/4] stripspace: Use parse-options for command-line parsing

Lots of WARNINGs in sch_hfsc with attached codel or fq_codel
 2015-10-17 10:30 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound-unstable
 2015-10-17 10:13 UTC 

[patch 2/2] ALSA: firewire-tascam: off by one in handle_midi_tx()
 2015-10-17 10:12 UTC  (3+ messages)

[patch 1/2] ALSA: firewire-tascam: fix an LED bug
 2015-10-17 10:12 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2015-10-17 10:11 UTC 

[PATCH] staging: iio: adc: properly indent block comments
 2015-10-17 10:10 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.