public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-18 22:11:53 to 2013-10-19 19:52:12 UTC [more...]

[PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys
 2013-10-19 19:48 UTC  (10+ messages)
` [PATCH net-next v4 1/9] ipv4: split inet_ehashfn to hash functions per compilation unit
` [PATCH net-next v4 2/9] ipv6: split inet6_ehashfn "
` [PATCH net-next v4 3/9] static_key: WARN on usage before jump_label_init was called
` [PATCH net-next v4 4/9] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
` [PATCH net-next v4 5/9] net: introduce new macro net_get_random_once
` [PATCH net-next v4 6/9] inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
` [PATCH net-next v4 7/9] inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
` [PATCH net-next v4 8/9] tcp: switch tcp_fastopen key generation "
` [PATCH net-next v4 9/9] net: switch net_secret "

Linux 3.12-rc6
 2013-10-19 19:50 UTC 

[PATCH] tracing: fix referencing after memory freeing and refactors code
 2013-10-19 19:35 UTC  (9+ messages)

[PATCH 2/6] x86: allow to call text_poke_bp during boot
 2013-10-19 19:19 UTC  (4+ messages)

3.12-rcX - NFS regression - kswapd0 / kswapd1 stays using 100% CPU?
 2013-10-19 18:27 UTC  (7+ messages)

[PATCH v2] videobuf2: Add missing lock held on vb2_fop_relase
 2013-10-19 18:27 UTC  (2+ messages)

[PATCH 2/2] Added support for the monitor hotkey present on laptops like the Dell N4110
 2013-10-19 17:56 UTC 

[PATCH 1/2] Fixed style issue. Changed tabs to 8 spaces with expand(1)
 2013-10-19 17:52 UTC 

int3 doing rcu_read_lock()
 2013-10-19 17:49 UTC  (2+ messages)

net: sctp: possible dereference after freeing
 2013-10-19 17:36 UTC  (3+ messages)

linux-next: Tree for Oct 18
 2013-10-19 17:22 UTC  (2+ messages)
` linux-next: Tree for Oct 18 (netdev: nf_tables_bridge.c)

[PATCH v2 00/13] uprobes: Add uprobes support for ARM
 2013-10-19 17:02 UTC  (9+ messages)
` [PATCH v2 02/13] uprobes: allow ignoring of probe hits
` [PATCH v2 03/13] uprobes: allow arch access to xol slot
` [PATCH v2 04/13] uprobes: allow arch-specific initialization
` [PATCH v2 05/13] uprobes: add arch write opcode hook

linux-next: Tree for Oct 15
 2013-10-19 17:07 UTC  (3+ messages)
` linux-next: Tree for Oct 15 (asymmetric keys)

[PATCH] typo fixes (coordiante -> coordinate) in am335x
 2013-10-19 16:02 UTC  (3+ messages)

[PATCH] vsprintf: add Bluetooth UUID %pU[rR] format specifier
 2013-10-19 16:25 UTC 

[PATCH 0/1] hung_task debugging: Add tracepoint to report the hang
 2013-10-19 16:18 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/5] nohz: Fix racy sleeptime stats v2
 2013-10-19 16:20 UTC  (10+ messages)
` [PATCH 1/5] nohz: Convert a few places to use local per cpu accesses
` [PATCH 2/5] nohz: Only update sleeptime stats locally
` [PATCH 3/5] timer: Change idle/iowait accounting semantics
` [PATCH 4/5] sched: Refactor iowait accounting
` [PATCH 5/5] nohz: Synchronize sleep time stats with seqlock

[PATCH] videobuf2: Add missing lock held on vb2_fop_relase
 2013-10-19 16:10 UTC  (5+ messages)

[PATCH v5 0/3] ARM: S5PV210: move to common clk framework
 2013-10-19 16:03 UTC  (2+ messages)

kprobe pre_handler change return IP
 2013-10-19 16:00 UTC  (2+ messages)

[PATCH v3 0/3] Perf support to SDT markers
 2013-10-19 15:48 UTC  (5+ messages)
` [PATCH v3 1/3] SDT markers listing by perf:
` [PATCH v3 2/3] Support for perf to probe into SDT markers:

[PATCH 1/6] x86: speed up int3-based patching using less paranoid write
 2013-10-19 14:56 UTC  (2+ messages)

[PATCHv3 14/16] staging: usbip: Add encryption support to kernel
 2013-10-19 14:39 UTC  (18+ messages)
` [PATCHv4 00/16] staging: usbip: Add kernel support for client ACLs
  ` [PATCHv4 01/16] staging: usbip: Add support for client authentication
  ` [PATCHv4 02/16] staging: usbip: Add kernel support for client ACLs
  ` [PATCHv4 03/16] staging: usbip: Add CIDR matching helper functions
  ` [PATCHv4 04/16] staging: usbip: Add ACL support to usbip bind
  ` [PATCHv4 05/16] staging: usbip: Add support for ACLs in usbipd
  ` [PATCHv4 06/16] staging: usbip: Add proper error reporting
  ` [PATCHv4 07/16] staging: usbip: Handle usbip being started as user
  ` [PATCHv4 08/16] staging: usbip: Improve debug output
  ` [PATCHv4 09/16] staging: usbip: Separate protocol/program version
  ` [PATCHv4 10/16] staging: usbip: TLS for all userspace communication
  ` [PATCHv4 11/16] staging: usbip: Exchange session keys in userspace
  ` [PATCHv4 12/16] staging: usbip: Pass session keys to the kernel
  ` [PATCHv4 13/16] staging: usbip: Wrap kernel_sendmsg()/recvmsg()
  ` [PATCHv4 14/16] staging: usbip: Add encryption support to kernel
  ` [PATCHv4 15/16] staging: usbip: Update documentation
  ` [PATCHv4 16/16] staging: usbip: Increment version number to 1.2.1

[PATCH linux-next] cifs: Cleanup and clarify CalcNTLMv2_response()
 2013-10-19 14:08 UTC  (2+ messages)

[PATCH] digsig: replace ERR_PTR(PTR_ERR(...)) with ERR_CAST
 2013-10-19 13:31 UTC 

[GIT PULL] uprobes: fix fork() with the pending ret-probe(s)
 2013-10-19 13:18 UTC  (2+ messages)

[PATCH] crypto: n2_core: insert '!err' condition in else scope
 2013-10-19 13:09 UTC 

[sched] WARNING: CPU: 0 PID: 3166 at kernel/cpu.c:84 put_online_cpus()
 2013-10-19  0:51 UTC 

linux-next: manual merge of the userns tree
 2013-10-19 12:15 UTC 

[PATCH v3 0/9] Extended H/W error log driver
 2013-10-19 11:31 UTC  (12+ messages)
` [PATCH v3 4/9] ACPI, x86: Extended error log driver for x86 platform
` [PATCH v3 8/9] ACPI, APEI, CPER: Cleanup CPER memory error output format

[PATCH] usb-storage: scsiglue: Changing the command result
 2013-10-19 11:32 UTC  (3+ messages)

A review of dm-writeboost
 2013-10-19 10:59 UTC  (10+ messages)

Charity Donation
 2013-10-19 10:36 UTC 

(no subject)
 2013-10-19 10:41 UTC 

[PATCH v2] efifb: prevent null-deref when iterating dmi_list
 2013-10-19 10:40 UTC  (3+ messages)
` [PATCH v3] "

[patch] pktcdvd: debugfs functions return NULL on error
 2013-10-19  9:17 UTC 

[PATCH 0/3] : KGDB/KDB/UV updates
 2013-10-19  8:56 UTC  (2+ messages)

[PATCH] wireless: rt2800lib: Fix typo on checking
 2013-10-19  8:31 UTC  (2+ messages)

[PATCH] x86: Run checksumming in parallel accross multiple alu's
 2013-10-19  8:23 UTC  (2+ messages)

[PATCH] m68k/atari: Call paging_init() before nf_init()
 2013-10-19  7:49 UTC  (5+ messages)

See the attached file
 2013-10-19  7:37 UTC 

!
 2013-10-19  7:26 UTC 

[PATCH] cpu-idle: cpuidle-ux500: fixed a coding style issue
 2013-10-19  7:28 UTC 

[PATCH RFC v2 00/29] Introduce pcim_enable_msi*() family helpers
 2013-10-18 17:12 UTC  (30+ messages)
` [PATCH RFC v2 01/29] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC v2 02/29] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC v2 03/29] PCI/MSI/pSeries: Fix wrong error code reporting
` [PATCH RFC v2 04/29] PCI/MSI/pSeries: Make quota traversing and requesting race-safe
` [PATCH RFC v2 05/29] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC v2 06/29] PCI/MSI: Get rid of useless count of msi_desc leftovers
` [PATCH RFC v2 07/29] PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1
` [PATCH RFC v2 08/29] PCI/MSI: Make pci_enable_msix() 'nvec' argument unsigned int
` [PATCH RFC v2 09/29] PCI/MSI: Factor out pci_get_msi_cap() interface
` [PATCH RFC v2 10/29] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH RFC v2 11/29] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC v2 12/29] PCI/MSI: Introduce pcim_enable_msi*() family helpers
` [PATCH RFC v2 13/29] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH RFC v2 14/29] ipr: Make use of pcim_enable_msi/msix() interfaces
` [PATCH RFC v2 15/29] ixgbe: Make use of pcim_enable_msix_range() interface
` [PATCH RFC v2 16/29] ixgbevf: "
` [PATCH RFC v2 17/29] megaraid: Make use of pcim_enable_msix() interface
` [PATCH RFC v2 18/29] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC v2 19/29] ntb: Make use of pcim_enable_msix/msix_exact() interfaces
` [PATCH RFC v2 20/29] qib: Make use of pcim_enable_msix() and pci_msix_table_size() interfaces
` [PATCH RFC v2 21/29] qla2xxx: Make use of pcim_enable_msix_range() interface
` [PATCH RFC v2 22/29] qlge: Get rid of an redundant assignment
` [PATCH RFC v2 23/29] qlge: Make use of pcim_enable_msix() interface
` [PATCH RFC v2 24/29] tg3: "
` [PATCH RFC v2 25/29] vmxnet3: Return -EINVAL if number of requested MSI-Xs is not enough
` [PATCH RFC v2 26/29] vmxnet3: Fixup a weird loop exit
` [PATCH RFC v2 27/29] vmxnet3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC v2 28/29] vmxnet3: Limit number of rx queues to 1 if per-queue MSI-Xs failed
` [PATCH RFC v2 29/29] vmxnet3: Make use of pcim_enable_msix_range() interface

[RFC PATCH] device: Add kernel standard devm_k.alloc functions
 2013-10-19  5:52 UTC  (6+ messages)

[PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM
 2013-10-19  5:45 UTC  (6+ messages)

[ 0/7] 3.0.101-stable review
 2013-10-19  4:49 UTC  (6+ messages)

[ 00/11] 3.4.67-stable review
 2013-10-19  4:49 UTC  (3+ messages)

[PATCH] of/lib: Export fdt routines to modules
 2013-10-19  3:41 UTC  (16+ messages)

[PATCH] acpi: update win8 OSI blacklist
 2013-10-19  2:30 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192se: Fix wrong assignment
 2013-10-19  1:35 UTC  (4+ messages)

[PATCH v2 00/13] dmaengine: introduce dmaengine_unmap_data
 2013-10-19  1:06 UTC  (3+ messages)
` [PATCH v2 11/13] NTB: convert to dmaengine_unmap_data

[PATCH v3 0/4] mmc: omap_hsmmc: SDIO irq
 2013-10-19  1:02 UTC  (6+ messages)
` [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

[PATCH] time: Fix signedness bug in sysfs_get_uname() and its callers
 2013-10-19  0:51 UTC  (3+ messages)

[PATCH v3] tracing: creates 'tracing_is_disabled()'
 2013-10-19  0:15 UTC 

linux-next: Tree for Oct 17
 2013-10-19  0:41 UTC  (8+ messages)
` linux-next: Tree for Oct 17 (pinctrl-single.c)

[PATCH] docbook/genericirq.tmpl: various typo corrections
 2013-10-19  0:36 UTC 

[patch] mm, vmpressure: add high level
 2013-10-19  0:25 UTC  (6+ messages)
` [bug] get_maintainer.pl incomplete output

[PATCH 1/2] tracing: creates 'tracing_is_disabled()'
 2013-10-19  0:22 UTC  (3+ messages)

[PATCH v5 10/15] clk: tegra: move audio clk to common file
 2013-10-19  0:16 UTC  (6+ messages)
` [PATCH v5 12/15] clk: tegra: move PMC, fixed clocks to common files
` [PATCH v5 13/15] clk: tegra: introduce common gen4 super clock

[v5][PATCH 0/6] powerpc/book3e: powerpc/book3e: make kgdb to work well
 2013-10-18 23:55 UTC  (12+ messages)
` [v5][PATCH 1/6] powerpc/book3e: load critical/machine/debug exception stack
` [v5][PATCH 2/6] powerpc/book3e: store critical/machine/debug exception thread info
` [v5][PATCH 3/6] book3e/kgdb: update thread's dbcr0
` [v5][PATCH 4/6] powerpc/book3e: support kgdb for kernel space
` [v5][PATCH 6/6] book3e/kgdb: Fix a single stgep case of lazy IRQ

[PATCH 0/3] Fix some trivial typos in comments
 2013-10-18 23:32 UTC  (3+ messages)
` [PATCH 3/3] timekeeping: "

[PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist
 2013-10-18 23:29 UTC  (6+ messages)

[PATCH v2] drivers: clk: sunxi: Fix memory leakage in clk-sunxi.c
 2013-10-18 23:27 UTC 

[PATCH] x86: Run checksumming in parallel accross multiple alu's
 2013-10-18 15:46 UTC 

[GIT PULL] Btrfs
 2013-10-18 23:24 UTC 

[PATCH 1/2 v2] tracing: creates 'tracing_is_disabled()'
 2013-10-18 23:17 UTC 

[PATCH] drivers: scsi: lpfc_debugfs: Fix wrong assignment
 2013-10-18 23:15 UTC 

[PATCH] clocksource: Do not drop unheld reference on device node
 2013-10-18 22:49 UTC 

[PATCH RESEND 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-18 22:45 UTC  (4+ messages)

[PATCH 1/1] drivers: net: wireless: rtlwifi: Fix wrong assignment
 2013-10-18 22:43 UTC  (3+ messages)

[PATCH] thinkpad-acpi: Fix wrong assignment
 2013-10-18 22:41 UTC 

[RFC PATCH linux-next] ns: do not allocate a new nsproxy at each call
 2013-10-18 22:34 UTC  (3+ messages)
` [RFC PATCH linux-next v2] "

[PATCH v3] efivars,efi-pstore: Hold off deletion of sysfs entry until, the scan is completed
 2013-10-18 22:30 UTC  (3+ messages)

[PATCH v3 0/3] Prevent races when doing read-modify-write of INTMASK
 2013-10-18 21:56 UTC  (2+ messages)
  ` [PATCH v3 1/3] mmc: core: Support the optional init_card() callback for MMC and SD

[PATCH 11/12] mm, thp, tmpfs: enable thp page cache in tmpfs
 2013-10-18 22:16 UTC  (5+ messages)

[PATCH 2/2] rsxx: Fix possible kernel panic with invalid config
 2013-10-18 22:12 UTC 

[PATCH 1/2] rsxx: Disallow discards from being unmapped
 2013-10-18 22:11 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox