All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-26 00:59:27 to 2016-09-26 03:40:53 UTC [more...]

Linux raid wiki - setting up a system - advice wanted :-)
 2016-09-26  3:40 UTC  (4+ messages)

[PATCH][V2] cxgb4: fix -ve error check on a signed iq
 2016-09-26  3:40 UTC  (2+ messages)

[PATCH v4 0/2] net/i40e: enable 25G device
 2016-09-25 20:37 UTC  (3+ messages)
` [PATCH v4 1/2] net/i40e: use PHY type to check PHY capability
` [PATCH v4 2/2] net/i40e: enable 25G device

[Qemu-devel] [PATCH]MC146818 RTC: coordinate guest clock base to destination host after migration
 2016-09-26  3:37 UTC  (6+ messages)
          ` [Qemu-devel] [PATCH v2]MC146818 "

[PATCH] Staging: android: fixed permissions style issue
 2016-09-26  3:33 UTC  (3+ messages)
  ` [PATCH v2] "

[U-Boot] [PATCH 00/82] x86: Add initial support for 64-bit U-Boot
 2016-09-26  3:34 UTC  (83+ messages)
` [U-Boot] [PATCH 01/82] WIP: x86: Fix up types in smbios code
` [U-Boot] [PATCH 02/82] Add _image_binary_end section declaration
` [U-Boot] [PATCH 03/82] bios_emulator: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 04/82] board_f: Drop the extra fdtdec_prepare_fdt()
` [U-Boot] [PATCH 05/82] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
` [U-Boot] [PATCH 06/82] elf: Add the Elf64_Rela type
` [U-Boot] [PATCH 07/82] mmc: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 08/82] rtc: Use CONFIG_X86 instead of __I386__
` [U-Boot] [PATCH 09/82] spl: spi: Add a debug message if loading fails
` [U-Boot] [PATCH 10/82] spl: Makefile: Define SPL_ earlier
` [U-Boot] [PATCH 11/82] spl: Allow CPU drivers to be used in SPL
` [U-Boot] [PATCH 12/82] spl: Allow PCI "
` [U-Boot] [PATCH 13/82] spl: Allow RTC "
` [U-Boot] [PATCH 14/82] spl: Allow timer "
` [U-Boot] [PATCH 15/82] spl: Allow PCH "
` [U-Boot] [PATCH 16/82] spl: Don't create a BSS padding when it is separate
` [U-Boot] [PATCH 17/82] tpm: Tidy up use of size_t
` [U-Boot] [PATCH 18/82] usb: pci: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 19/82] video: Use ulong for video frame buffer address
` [U-Boot] [PATCH 20/82] x86: Allow interrupts to be disabled in 64-bit mode
` [U-Boot] [PATCH 21/82] x86: Correct address casts in cpu code
` [U-Boot] [PATCH 22/82] x86: Correct address casts in interrupt code
` [U-Boot] [PATCH 23/82] x86: Use unsigned long for address in table generation
` [U-Boot] [PATCH 24/82] WIP: x86: Update mpspec to build on 64-bit machines
` [U-Boot] [PATCH 25/82] x86: Add basic support for U-Boot as a 64-bit EFI application
` [U-Boot] [PATCH 26/82] x86: ivybridge: Declare global data where it is used
` [U-Boot] [PATCH 27/82] x86: i2c: Fix cast of address to 32-bit value
` [U-Boot] [PATCH 28/82] x86: Don't export interrupt handlers with x86_64
` [U-Boot] [PATCH 29/82] x86: ivybridge: Add more debugging for failures
` [U-Boot] [PATCH 30/82] x86: ivybridge: Fix types for 64-bit compilation
` [U-Boot] [PATCH 31/82] x86: ivybridge: Fix PCH power setup
` [U-Boot] [PATCH 32/82] x86: ivybridge: Tidy up enable_clock_gating() for 64-bit
` [U-Boot] [PATCH 33/82] x86: dts: Mark serial as needed before relocation
` [U-Boot] [PATCH 34/82] x86: fsp: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 35/82] x86: Drop unused init_helper functions
` [U-Boot] [PATCH 36/82] x86: lib: Fix types and casts for 64-bit compilation
` [U-Boot] [PATCH 37/82] x86: mrccache: Fix error handling in mrccache_get_region()
` [U-Boot] [PATCH 38/82] x86: Add Kconfig options to build 64-bit U-Boot
` [U-Boot] [PATCH 39/82] x86: Kconfig: Add location options for 16/32-bit init
` [U-Boot] [PATCH 40/82] x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
` [U-Boot] [PATCH 41/82] x86: Use X86_32BIT_INIT "
` [U-Boot] [PATCH 42/82] x86: ivybridge: Allow 32-bit init to move to SPL
` [U-Boot] [PATCH 43/82] x86: Add 64-bit start-up code
` [U-Boot] [PATCH 44/82] x86: board_f: Update init sequence for 64-bit startup
` [U-Boot] [PATCH 45/82] x86: board_r: Set the global data pointer after relocation
` [U-Boot] [PATCH 46/82] x86: Do relocation before clearing BSS
` [U-Boot] [PATCH 47/82] x86: Refactor relocation to prepare for 64-bit
` [U-Boot] [PATCH 48/82] x86: Add support for 64-bit relocation
` [U-Boot] [PATCH 49/82] x86: Tidy up use of size_t in relocation
` [U-Boot] [PATCH 50/82] x86: Add an SPL implementation
` [U-Boot] [PATCH 51/82] x86: Move the i386 code into its own directory
` [U-Boot] [PATCH 52/82] x86: Add cpu code for x86_64
` [U-Boot] [PATCH 53/82] x86: Support global_data on x86_64
` [U-Boot] [PATCH 54/82] x86: Fix up CONFIG_X86_64 check
` [U-Boot] [PATCH 55/82] x86: Add a link script for 64-bit x86
` [U-Boot] [PATCH 56/82] x86: Add a link script for SPL
` [U-Boot] [PATCH 57/82] x86: Add SPL build rules for start-up code
` [U-Boot] [PATCH 58/82] x86: Fix up byteorder.h for x86_64
` [U-Boot] [PATCH 59/82] x86: Drop flag_is_changable() on x86_64
` [U-Boot] [PATCH 60/82] x86: Fix up type sizes for 64-bit
` [U-Boot] [PATCH 61/82] x86: Mention the MRC region in the README
` [U-Boot] [PATCH 62/82] x86: ivybridge: Only do graphics init in 32-bit mode
` [U-Boot] [PATCH 63/82] x86: ivybridge: Skipt SATA init in SPL
` [U-Boot] [PATCH 64/82] x86: ivybridge: Provide a dummy SDRAM init for 64-bit
` [U-Boot] [PATCH 65/82] x86: Don't try to run the VGA BIOS in 64-bit mode
` [U-Boot] [PATCH 66/82] x86: Don't build call64 and setjmp on 64-bit
` [U-Boot] [PATCH 67/82] x86: Don't build cpu files which are not supported "
` [U-Boot] [PATCH 68/82] x86: Don't try to boot Linux from SPL
` [U-Boot] [PATCH 69/82] x86: Drop interrupt support in 64-bit mode
` [U-Boot] [PATCH 70/82] x86: Support jumping from SPL to U-Boot
` [U-Boot] [PATCH 71/82] x86: Move pirq_routing_table to global_data
` [U-Boot] [PATCH 72/82] x86: Move turbo_state "
` [U-Boot] [PATCH 73/82] x86: Change irq_already_routed to a local variable
` [U-Boot] [PATCH 74/82] x86: Move call64 to the i386 directory
` [U-Boot] [PATCH 75/82] x86: Move setjmp "
` [U-Boot] [PATCH 76/82] x86: Add a dummy setjmp implementation for x86_64
` [U-Boot] [PATCH 77/82] x86: link: Add a text base for 64-bit U-Boot
` [U-Boot] [PATCH 78/82] x86: link: Add SPL declarations to the binman image
` [U-Boot] [PATCH 79/82] x86: link: Set up device tree for SPL
` [U-Boot] [PATCH 80/82] x86: link: Add build options "
` [U-Boot] [PATCH 81/82] x86: Update compile/link flags to support 64-bit U-Boot
` [U-Boot] [PATCH 82/82] x86: link: Switch to "

[PATCH] genhd: Handle part_tbl and part pointers correctly
 2016-09-26  2:56 UTC 

[RFC/PATCH] usb: misc: Add a driver for TC7USB40MU
 2016-09-26  3:29 UTC  (6+ messages)

[PATCH 0/3] g_NCR5380: Modernization
 2016-09-26  3:29 UTC  (3+ messages)
` [PATCH 3/3] g_NCR5380: Stop using scsi_module.c

[PATCH] drivers: iio: temperature: Fix sparse endianness warnings
 2016-09-26  3:26 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-26  3:25 UTC  (9+ messages)

[PATCH] scripts: add git log check for NIC and LRO
 2016-09-26  3:26 UTC  (3+ messages)
` [PATCH v2] scripts: add more git log checks

[PATCH v6] net/virtio: add set_mtu in virtio
 2016-09-26  3:21 UTC  (8+ messages)

[PATCH 0/1] meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value
 2016-09-26  3:20 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE
 2016-09-26  3:20 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] net/vhost: Add function to retreive the 'vid' for a given port id
 2016-09-26  3:19 UTC  (7+ messages)

[Qemu-devel] [PATCH v10 0/2] virtio-crypto: virtio crypto device specification
 2016-09-26  3:16 UTC  (4+ messages)
    ` [Qemu-devel] [virtio-dev] "

[PATCH 0/3] efi_test: fix Coccinelle warning and CoverityScan issues
 2016-09-26  3:14 UTC  (4+ messages)
  ` [PATCH 1/3] efi/efi_test: use memdup_user() as a cleanup
  ` [PATCH 2/3] efi/efi_test: fix the uninitialized value datasize
  ` [PATCH 3/3] efi/efi_test: fix the uninitialized value rv

[v12, 0/8] Fix eSDHC host version register bug
 2016-09-26  3:14 UTC  (6+ messages)

[PATCH V1] regulator: pv88080: Update regulator for PV88080 BB silicon support
 2016-09-26  3:03 UTC  (3+ messages)

[Xenomai] Real-time Performance Improvement
 2016-09-26  3:08 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2016-09-26  3:08 UTC 

[PATCH] [4.8-rc7, regression] fault_in_multipages_readable() throws set-but-unused error
 2016-09-26  3:06 UTC  (4+ messages)

[PATCH 1/2] btrfs-progs: Return more meaningful value for btrfs_read_dev_super
 2016-09-26  3:05 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: super-recover: Reuse btrfs_read_dev_super function

[PATCH v3] vhost: Add indirect descriptors support to the TX path
 2016-09-26  3:03 UTC  (8+ messages)

[PATCH] ALSA: hda - Adding one more ALC255 pin definition for headset problem
 2016-09-26  2:59 UTC 

[PATCH 1/2] Revert "HID: dragonrise: fix HID Descriptor for 0x0006 PID"
 2016-09-26  2:58 UTC  (2+ messages)
` [PATCH 2/2] hid: input: add HID_QUIRK_REUSE_AXES and fix dragonrise

[PATCH] bsg: Add sparse annotations to bsg_request_fn()
 2016-09-26  2:54 UTC 

[PATCH v3 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-09-26  2:53 UTC  (14+ messages)
` [PATCH v3 4/6] Pause/Unpause the domain before/after assigning PI hooks

[U-Boot] [PATCH v3 0/3] config whitelist: tool update and sync
 2016-09-26  2:52 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] build-whitelist: do not add new options to whitelist when update
` [U-Boot] [PATCH v3 2/3] config_whitelist: sync by tool
` [U-Boot] [PATCH v3 3/3] config_whitelist: remove bogus options

[PATCH 0/1] memory offline issues with hugepage size > memory block size
 2016-09-26  2:49 UTC  (9+ messages)
` [PATCH 1/1] mm/hugetlb: fix memory offline "
    ` [PATCH v2 "

WARNING: mismatch_cnt is not 0 on <array device>
 2016-09-26  2:43 UTC 

[PATCH] sched: Change READ_ONCE(jiffies) into jiffies
 2016-09-26  2:08 UTC 

[PATCH] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-26  2:34 UTC 

[Qemu-devel] How does a guest OS differentiate between a Reboot/Shutdown ACPI event
 2016-09-26  2:38 UTC 

Post ext3 conversion problems
 2016-09-26  2:37 UTC  (12+ messages)

Posting on RISKS - hacked NAS's
 2016-09-26  2:35 UTC  (3+ messages)

About 1000Mbps capability for the GMAC of RK3288
 2016-09-26  2:34 UTC 

[PATCH] qgroup: Prevent qgroup->reserved from going subzero
 2016-09-26  2:33 UTC  (4+ messages)

Regression report] Weekly regression report WW45
 2016-09-26  2:31 UTC  (18+ messages)
` [Regression report] Weekly regression report WW23
  ` [Regression report] Weekly regression report WW24
    ` [Regression report] Weekly regression report WW25
      ` [Regression report] Weekly regression report WW26
        ` [Regression report] Weekly regression report WW27
          ` [Regression report] Weekly regression report WW28
            ` [Regression report] Weekly regression report WW29
              ` [Regression report] Weekly regression report WW30
                ` [Regression report] Weekly regression report WW31
                  ` [Regression report] Weekly regression report WW32
                    ` [Regression report] Weekly regression report WW33
                      ` [Regression report] Weekly regression report WW34
                        ` [Regression report] Weekly regression report WW35
                          ` [Regression report] Weekly regression report WW36
                            ` [Regression report] Weekly regression report WW37
                              ` [Regression report] Weekly regression report WW38
                                ` [Regression report] Weekly regression report WW39

[PATCH] Input: elants_i2c - get product id on recovery mode for FW update
 2016-09-26  2:30 UTC  (5+ messages)
` [PATCH v3] "

Aw
 2016-09-25 22:44 UTC 

[PATCH] keyctl.2: updates regarding command usage, return values and error codes
 2016-09-26  2:24 UTC 

[meta-networking][PATCH] arptables: add arptables systemd service file
 2016-09-26  2:24 UTC 

unable to handle kernel paging request - btrfs
 2016-09-26  2:21 UTC  (4+ messages)

[PATCH v6 2/2] QE: remove PPCisms for QE
 2016-09-26  1:46 UTC  (5+ messages)
` [v6,2/2] "

[PATCH 0/2] drm: Neaten and reduce object size
 2016-09-26  2:18 UTC  (5+ messages)
` [PATCH 1/2] drm: Simplify logging macros, convert DRM_NOTE to DRM_NOTICE
` [PATCH 2/2] drm: Simplify drm_printk to reduce object size quite a bit

внимания;
 2016-09-26  2:05 UTC 

Warning from free_init_pages with large initrd
 2016-09-26  2:14 UTC  (2+ messages)

Linux 4.8-rc8
 2016-09-26  2:12 UTC 

[PATCH 01/39] net/ixgbe/base: fix delta check for setting VFTA
 2016-09-26  2:06 UTC  (3+ messages)
` [PATCH v2 00/40] net/ixgbe: base code update

中核核电运行管理有限公司
 2016-09-26  2:06 UTC 

Linux kernel 4.8-rc8 released
 2016-09-26  2:04 UTC 

[Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now
 2016-09-26  1:58 UTC 

RTL8192CU: about trivial change of removing some 8192c declaration from header file
 2016-09-26  1:55 UTC 

undefined reference to `printk'
 2016-09-26  1:54 UTC  (4+ messages)

[PATCH 00/14] perf clang: Support compiling BPF script use builtin clang
 2016-09-26  1:49 UTC  (3+ messages)

[PATCH] check: check SCRATCH_MNT before calling _scratch_mkfs
 2016-09-26  1:44 UTC 

[PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd
 2016-09-26  1:46 UTC  (5+ messages)
` [PATCH 1/2] i40e: Add packet_type metadata in the i40e vPMD

[PATCH] dax : Fix documentation with respect to struct pages
 2016-09-26  1:18 UTC 

[PATCH net-next 0/4] act_mirred: Ingress actions support
 2016-09-26  1:40 UTC  (12+ messages)
` [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress actions

Changing the default for "core.abbrev"?
 2016-09-26  1:39 UTC 

Shipment delivery problem #00000264259
 2016-09-26  1:37 UTC 

[PATCH 1/2] Add poll_considered statistic
 2016-09-26  1:15 UTC  (2+ messages)

[PATCH] pm8001: mark symbols static where possible
 2016-09-26  1:20 UTC  (3+ messages)

湖北襄阳啰世兴食品有限公司
 2016-09-26  1:30 UTC 

[PATCH] doc: add ixgbe supported chipsets and NICs
 2016-09-26  1:23 UTC 

[Qemu-devel] [PATCH RFC v1 00/29] ARC cores
 2016-09-26  1:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC v1 01/29] target-arc: initial commit

[PATCH] app/testpmd: fix DCB config issue on ixgbe
 2016-09-26  1:11 UTC  (2+ messages)
` [PATCH v2] app/testpmd: fix DCB config issue

[U-Boot] [PATCH v2 1/2] mmc: sdhci: use the host version value in sdhci_setup_cfg
 2016-09-26  1:10 UTC  (2+ messages)

[PATCH] mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
 2016-09-26  1:05 UTC  (8+ messages)

Bluestore memory leak
 2016-09-26  1:05 UTC  (12+ messages)

[PATCH 0/9] Jethro pull request
 2016-09-26  1:05 UTC  (2+ messages)

[PATCH 00/53] Netfilter updates for net-next
 2016-09-26  1:05 UTC  (2+ messages)

[PATCH] f2fs: remove dirty inode pages in error path
 2016-09-26  1:04 UTC  (5+ messages)

[PATCH 1/3] f2fs: adjust display format of segment bit
 2016-09-26  1:03 UTC  (9+ messages)
` [PATCH 2/3] f2fs: support checkpoint error injection


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.